import { DocumentNode } from 'graphql'; export declare function removeClientSetsFromDocument(query: DocumentNode): DocumentNode;