export declare function formatInteger(value: string | number): string; export declare function formatDecimal(value: string | number): string; export declare function prependZero(maxLength: number, value: string): string; export declare function formatDate(value?: Date): string; //# sourceMappingURL=Formatters.d.ts.map