1export declare function fetchAsync(url: string): Promise<{
2    body: string;
3    headers: Headers;
4}>;
5//# sourceMappingURL=fetchAsync.d.ts.map