import type { JSONPointer } from '@criteria/json-pointer'; import { OutputFormat } from '..'; import { BoundValidator } from './BoundValidator'; export declare function booleanValidator(schema: boolean, schemaPath: JSONPointer[], { outputFormat }: { outputFormat: OutputFormat; }): BoundValidator;