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