import { EntityDict } from '../oak-app-domain/index'; import { Checker } from 'oak-domain/lib/types'; import { RuntimeCxt } from '../types/RuntimeCxt'; declare const checkers: Checker[]; export default checkers;