export declare function toCamel(obj: Object): T; export declare function toSnake(obj: Object): T;