export declare function toCamelCase(arrayOfObjects: any[]): any[];
export declare function camelize(str: string): string | undefined;
