/** * Returns a shallow copy of the object with all null and undefined values removed. * @param obj The object to compact. * @returns A new object with only defined, non-null properties. */ export declare const compactObject: >(obj: T) => T; //# sourceMappingURL=compactObject.d.ts.map