/** * To camel case. * * @param input */ export declare function toCamelCase(input: string): string;