import { IntrospectionType, IntrospectionListTypeRef, IntrospectionTypeRef } from 'graphql';
declare const isRequired: (type: IntrospectionType | IntrospectionListTypeRef | IntrospectionTypeRef) => boolean;
export default isRequired;
//# sourceMappingURL=isRequired.d.ts.map