import { RecursivePartial } from "@lodestar/utils"; /** * Removes (mutates) all properties with a value === undefined, recursively */ export declare function removeUndefinedRecursive(obj: T): RecursivePartial; //# sourceMappingURL=object.d.ts.map