declare function camelCase(str: string): string;

export = camelCase;
