import { GraphQLEnumType } from 'graphql'; import { GeneratorContext } from './SourcesGenerator'; export declare function withEnum(enumType: GraphQLEnumType): GeneratorContext; export declare function withValues(enumType: GraphQLEnumType): GeneratorContext; export declare function withRelativePathForEnum(): GeneratorContext;