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