/** * Pad number to two digits string, used in time format * @public */ export declare function pad2(s: number): string; //# sourceMappingURL=pad2.d.ts.map