declare const toPascalCase: (words: string[]) => string;
export { toPascalCase };
