export declare const pascalToDashCase: (text: string) => string; export declare const escapeQuotes: (text: string) => string; export declare const normalizeLineBreaks: (text: string) => string; export declare function splitLineBreaks(text: string): string[]; export declare const camelCaseToDashCase: (text: string) => string; export declare const upperCaseFirstChar: (text: string) => string; export declare const dashToPascalCase: (text: string) => string; //# sourceMappingURL=string.d.ts.map