/** 数字不足指定长度时,在前面补0 */ export declare const prependZero: (num: number | string, length: number) => string;