import { ValidationResult } from '../../types.js';
export declare function numberValidator(key: string, value: string): ValidationResult;
