import type { DocumentNode } from 'graphql';
export declare function applySelectionSetFragmentArguments(document: DocumentNode): DocumentNode | Error;
