import { outputShapeKey, parentShapeKey, type SchemaTypes } from '../types/index.js'; import { BaseTypeRef } from './base.js'; export declare class OutputTypeRef extends BaseTypeRef { kind: "Enum" | "Scalar" | "Object" | "Interface" | "Union"; $inferType: T; [outputShapeKey]: T; [parentShapeKey]: P; constructor(kind: "Enum" | "Interface" | "Object" | "Scalar" | "Union", name: string); } //# sourceMappingURL=output.d.ts.map