import type { GraphQLArgument } from "graphql";
export declare function createArg(config: Partial<GraphQLArgument>): GraphQLArgument;
