import { Context } from '../context'; import { PredicatePlugin, PredicateTable } from '../plugin'; export declare class CurrentTypePredicate extends PredicatePlugin { apply(args: string[], ctx: Context): boolean; } export declare const SLIDE_PREDICATES: PredicateTable;