import { HttpLibrary, RequestContext, ResponseContext } from './http'; import { Observable } from './rxjsStub'; export declare class IsomorphicFetchHttpLibrary implements HttpLibrary { send(request: RequestContext): Observable; } //# sourceMappingURL=isomorphic-fetch.d.ts.map