export = fetchAdapter;
/**
 * - Create a request object
 * - Get response body
 * - Check if timeout
 */
declare function fetchAdapter(config: any): Promise<any>;
//# sourceMappingURL=fetch-adapter.d.ts.map