/**
* Remove a property or an array of properties from an object
* @param obj Object
* @param key Key to remove
*/exportdeclarefunctiondeleteProps(obj: Record<string, any>, propOrProps: string | string[]): Record<string, any>;
//# sourceMappingURL=deleteProps.d.ts.map