import { HttpRequestOptions, HttpResponse } from './core/error-response.model';
declare const fetch: (url: string, opt: HttpRequestOptions) => Promise<HttpResponse>;
declare const URLSearchParams: any;
declare function toBase64(str: string): string;
export { fetch, toBase64, URLSearchParams };
