import { IntrospectionResult, IntrospectedResource } from './build'; import { IntrospectionField } from 'graphql'; import { ApolloQueryResult } from '@apollo/client'; declare const _default: (introspectionResults: IntrospectionResult) => (raFetchMethod: string, resource: IntrospectedResource, queryType: IntrospectionField) => (response: ApolloQueryResult) => { data: any; total: any; } | { data: any; total?: undefined; }; export default _default;