export declare function toPascalCase(text: string): string;
