export declare class CommonUtils { static camelToPascalCase(word: string): string; static pascalCaseWithSpaces(word: string): string; }