/** * Mutates the given object by removing all keys with undefined values. */ export declare function compactObject(maybeObject: T): T;