/** * Convert a number to a string and left-pad it out to the given length with zeroes. */ export declare const zeroPad: (num: number, length: number, radix?: number) => string; //# sourceMappingURL=zero-pad.d.ts.map