declare const ignoreUndefinedProps: (obj: {}) => { [k: string]: unknown; }; export default ignoreUndefinedProps;