export declare function deleteKeysFromJSON(o: Record<string, any>, keys: string[]): Record<string, any>;
