import { DocumentNode } from "graphql"; /** * Given an execution query document, this transform will remove `__fragments` * selections (and container inline fragments on the `Node` interface) from the * operation, as these are only needed in watch queries. * * @param document The watch query document */ export declare function stripFragmentReferenceFieldSelectionTransform(document: DocumentNode): DocumentNode; //# sourceMappingURL=stripFragmentReferenceFieldSelectionTransform.d.ts.map