import ConfigStore from '../config-store'; import { FieldNullability, FieldRequiredness, GiraphQLInputFieldType, GiraphQLNameInputFieldType, GiraphQLNameOutputFieldType, GiraphQLOutputFieldType, InputType, InputTypeParam, OutputType, SchemaTypes, TypeParam } from '..'; export declare function typeFromNonListParam(type: OutputType, configStore: ConfigStore, nullable: boolean): GiraphQLNameOutputFieldType; export declare function typeFromParam(param: TypeParam, configStore: ConfigStore, nullable: FieldNullability<[unknown]>): GiraphQLOutputFieldType; export declare function inputTypeFromNonListParam(type: InputType, configStore: ConfigStore, required: boolean): GiraphQLNameInputFieldType; export declare function inputTypeFromParam(param: InputTypeParam, configStore: ConfigStore, required: FieldRequiredness<[unknown]>): GiraphQLInputFieldType; //# sourceMappingURL=params.d.ts.map