/** * Convert a `string` to camel case. */ export declare function camelCaseIt(str: string): string;