declare const toSnakeCase: (obj: any, excludeKeys?: string[]) => any;

export { toSnakeCase };
