import { EnumTypeDefinitionNode } from "graphql"; export declare function getEnum(name: string, values: string[]): EnumTypeDefinitionNode;