import { GraphQLEnumType } from 'graphql';
import { RenderContext } from '../common/RenderContext';
export declare const enumType: (type: GraphQLEnumType, ctx: RenderContext) => void;
