export declare const deeplySnakize: <T, U>(obj: T) => T | U | T[] | U[];
