export declare function toCamel(snake: Array, exceptions?: string[], recursionHistory?: string): Array; export declare function toCamel(snake: Record, exceptions?: string[], recursionHistory?: string): Record; export declare function toCamel(snake: T, exceptions?: string[], recursionHistory?: string): T;