/** * Prefixes given text with zeros until it reaches the target length. */ export declare function padLeftZeros(text: string, length: number): string; //# sourceMappingURL=pad-left-zeros.d.ts.map