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