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