import type { ConfigStore } from '../config-store.js'; import type { FieldNullability, FieldRequiredness, InputType, InputTypeParam, OutputType, PothosInputFieldType, PothosOutputFieldType, SchemaTypes, TypeParam } from '../types/index.js'; export declare function unwrapOutputFieldType(type: PothosOutputFieldType): OutputType; export declare function typeFromParam(param: TypeParam, configStore: ConfigStore, nullableOption: FieldNullability<[ unknown ]>): PothosOutputFieldType; export declare function unwrapInputFieldType(type: PothosInputFieldType): InputType; export declare function inputTypeFromParam(param: InputTypeParam, configStore: ConfigStore, requiredOption: FieldRequiredness<[ unknown ]>): PothosInputFieldType; //# sourceMappingURL=params.d.ts.map