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