/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ declare global { interface Navigator { connection?: { effectiveType: string; saveData: boolean; }; } } declare const _default: Readonly<{ prefetch: (url: string) => false | Promise; preload: (url: string) => false | Promise; }>; export default _default;