type OmitKeys = Pick>; /** * Removes specified keys from an object and returns a new object without those keys. */ export declare function removeObjectKeys(obj: T, keys: K[]): OmitKeys; export {}; //# sourceMappingURL=objects.d.ts.map