export declare const deleteNestedKey: (obj: Record<string, unknown>, keysToRemove: Set<string>) => Record<string, unknown>;
