import { DocumentNode, GraphQLSchema } from "graphql"; import { MocksPluginConfig } from "./config"; import { RandomFn } from "./random"; export declare function execute(schema: GraphQLSchema, document: DocumentNode, operationName: string, config: MocksPluginConfig, random: RandomFn): string;