import { type InputRef, inputShapeKey, type OutputRef, outputShapeKey, type PothosEnumTypeConfig, type SchemaTypes } from '../types/index.js'; import { BaseTypeRef } from './base.js'; 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