declare const pickWithout: (obj: Record, keys: (string | RegExp)[]) => { [key: string]: any; }; export default pickWithout;