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