export declare const formatWithLeadingZero: (number: number) => string;
