type WithoutKeys = { [P in keyof T as P extends K ? never : P]: T[P]; }; export declare const withoutKeys: , K extends string>(obj: T, keys: K[]) => WithoutKeys; export {}; //# sourceMappingURL=index.d.ts.map