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