import { GetOptions } from '../types'; import { FieldNode, FragmentDefinitionNode } from 'graphql'; import { GQLExecCtx } from '..'; export declare function makeInheritItem(ctx: GQLExecCtx, type: string, graphqlAst: FieldNode, fragments: Record, variables?: Record): GetOptions;