import { IntrospectionListTypeRef, IntrospectionType, IntrospectionTypeRef, TypeNode } from 'graphql';
export declare const getGqlType: (type: IntrospectionType | IntrospectionListTypeRef | IntrospectionTypeRef) => TypeNode;
//# sourceMappingURL=getGqlType.d.ts.map