import { ObjectTypeExtensionNode, InputValueDefinitionNode } from "graphql"; export declare function createMutation(name: string, gqlTypeName: string, gqlInputTypeName: string, extendArguments: ReadonlyArray): ObjectTypeExtensionNode;