import { DeepPartial } from 'ts-essentials'; export declare function removeUndefined(obj: DeepPartial): DeepPartial;