import { GraphQLArgument, GraphQLEnumValue, GraphQLField, GraphQLInputField, GraphQLNamedType } from 'graphql'; export declare const comment: (comment: { text?: string | null; deprecated?: string | null; }) => string; export declare const typeComment: (type: GraphQLNamedType) => string; export declare const fieldComment: (field: GraphQLEnumValue | GraphQLField) => string; export declare const argumentComment: (arg: GraphQLArgument | GraphQLInputField) => string; //# sourceMappingURL=comment.d.ts.map