import { GraphQLType, TypeNode } from 'graphql';
export declare function astFromType(type: GraphQLType): TypeNode;
