import { HttpClient } from '@angular/common/http';
import { HttpConfig } from './httpConfig';
export { HttpConfig } from './httpConfig';
export declare const makeFetch: (httpClient: HttpClient) => (url: string, { method, ...config }: HttpConfig) => Promise<Response>;
