/** * Remove undefined values from an object. */ export declare const clearUndefined: (obj: O) => O; //# sourceMappingURL=clear-undefined.d.ts.map