type Input = Record<string, any> | Record<string, any>[] | undefined;
export declare function toSnakeCaseKeys(input: Input): Input;
export {};
