import type { GraphQLType } from 'graphql';
import type { FieldAffectingData } from '../../fields/config/types';
declare const withNullableType: (field: FieldAffectingData, type: GraphQLType, forceNullable?: boolean) => GraphQLType;
export default withNullableType;
//# sourceMappingURL=withNullableType.d.ts.map