import { outputShapeKey, parentShapeKey, type SchemaTypes, type TypeParam } from '../types'; import { BaseTypeRef } from './base'; export declare class ListRef extends BaseTypeRef implements PothosSchemaTypes.ListRef { kind: "List"; $inferType: T; [outputShapeKey]: T; [parentShapeKey]: P; listType: TypeParam; nullable: boolean; constructor(listType: TypeParam, nullable: boolean); } //# sourceMappingURL=list.d.ts.map