import { GraphQLField } from 'graphql';
export declare const toArgsString: (field: GraphQLField<any, any, any>) => string;
