import { PredicatePlugin, PredicateTable } from '../plugin'; import { Context } from '../context'; export declare class MissingPredicate extends PredicatePlugin { private error; constructor(name: string); apply(args: string[], ctx: Context): boolean; } export declare const MISSING_PREDICATES: PredicateTable;