export declare type DropKeys = Exclude extends never ? {} : { [K in Exclude]: A[K]; }; //# sourceMappingURL=types.d.ts.map