declare function pascalCase(str: string): string;

export = pascalCase;
