import { inputShapeKey, type SchemaTypes } from '../types/index.js'; import { BaseTypeRef } from './base.js'; export declare class InputTypeRef extends BaseTypeRef { kind: "InputObject" | "Enum" | "Scalar"; $inferInput: T; [inputShapeKey]: T; constructor(kind: "Enum" | "InputObject" | "Scalar", name: string); } //# sourceMappingURL=input.d.ts.map