import type { GraphQLEnumType } from 'graphql';
export declare function getEnumExample(type: GraphQLEnumType): string;
