declare function removeUndefined(object: object): { [k: string]: any; }; export { removeUndefined };