import 'isomorphic-fetch'; import 'abortcontroller-polyfill/dist/abortcontroller-polyfill-only'; export declare const fetchAsync: (endpoint: string, options?: RequestInit, timeoutMs?: number) => Promise; //# sourceMappingURL=fetch_async.d.ts.map