import { type InputRef, inputShapeKey, type OutputRef, outputShapeKey, type PothosEnumTypeConfig, type SchemaTypes } from '../types'; import { BaseTypeRef } from './base'; export declare class EnumRef extends BaseTypeRef implements OutputRef, InputRef, PothosSchemaTypes.EnumRef { kind: "Enum"; $inferType: T; $inferInput: U; [outputShapeKey]: T; [inputShapeKey]: U; constructor(name: string, config?: PothosEnumTypeConfig); } //# sourceMappingURL=enum.d.ts.map