export type ClockType = { s: number | string; m: number | string; h: number | string; }; export declare function pad(num: number | string): string;