import type { BinarySchemaProps } from './types.js'; export declare class BinarySchema { type: 'binary'; props: PROPS; constructor(props: PROPS); get checked(): boolean; check(path?: string): void; }