declare function deleteProps(obj: Record<string, any>, propOrProps: string | string[]): Record<string, any>;

export { deleteProps };
