/** Converts a string to camel case */ export declare function toCamelCase(str: string): string;