import { FetchConfig } from '@refactorjs/ofetch'; export declare type HTTPRequest = FetchConfig & {}; export declare type HTTPResponse = Promise;