declare function toCamelCase(str: string): string; declare function toPascalCase(str: string): string; export { toCamelCase, toPascalCase };