import { FetchConfig } from './config'; import { FetchOptions, FetchResponse } from './types'; export declare function httpFetch(config: FetchConfig, path: string, options?: FetchOptions): Promise>;