export declare function deleteKeyFromObject(object: Record<string, any>, keys: string | string[], throwErr?: boolean): Record<string, any> | undefined;
