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