export declare function validateInputValue(value: string, format: string): boolean; export declare function formatInputValue(value: string, format: string): string; export declare function closestLookup(availableArr: Array, calcVal: number, step: number): any;