/** * Converts any string to camelCase. */ export declare const toCamelCase: (str: string) => string;