export declare const insertAt: (text: string, toInsert: string, start: number, end?: number) => string; export declare const padLeftZeros: (value: string, length: number) => string; //# sourceMappingURL=strings.d.ts.map