export declare function toCamelCase(string: string, from?: string): string;
