import { HttpLibrary, RequestContext, ResponseContext } from './http.js'; import { Observable } from '../rxjsStub.js'; import "whatwg-fetch"; export declare class IsomorphicFetchHttpLibrary implements HttpLibrary { send(request: RequestContext): Observable; }