declare const camelCase: (input: string | string[], options?: any) => string;
export default camelCase;
