import { TypedSchemaStrategy } from '../typed-schema-strategy'; export declare class BooleanStrategy extends TypedSchemaStrategy { type: string; matchObject(object: any): boolean; }