/** * create camelcase string * @param str */ export declare function camelize(str: string): string;