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