export declare const padZero: (num: number | string, targetLength?: number) => string;