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