1/** 2 * Copyright (c) 650 Industries. 3 * Copyright (c) Facebook, Inc. and its affiliates. 4 * 5 * This source code is licensed under the MIT license found in the 6 * LICENSE file in the root directory of this source tree. 7 */ 8export declare function fetchAsync(url: string): Promise<{ 9 body: string; 10 headers: Record<string, string>; 11}>; 12//# sourceMappingURL=fetchAsync.native.d.ts.map