declare const removeNilValues: (obj: object) => { [k: string]: any; }; export default removeNilValues;