import { GraphQLSchema } from 'graphql';
import { MeshFetch } from '@graphql-mesh/types';
import { Executor } from '@graphql-tools/utils';
export declare function createExecutorFromSchemaAST(schema: GraphQLSchema, fetchFn?: MeshFetch, operationHeaders?: Record<string, string>): Executor;