export declare function toCamelCase(input: string): string; export declare function toSafeFileName(input: string): string; //# sourceMappingURL=stringUtils.d.ts.map