export declare namespace Utils { function toPascalCase(text: string): string; function toCamelCase(text: string): string; }