import { GraphQLResolveInfo } from 'graphql';
export declare type AsyncFetchFn = (url: string, options?: RequestInit, context?: any, info?: GraphQLResolveInfo) => Promise<Response>;
export declare const defaultAsyncFetch: AsyncFetchFn;
