/** * To pascal case. * * @param input */ export declare function toPascalCase(input: string): string;