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