/**
 * Checks whether a network connection is detected.
 * @internal
 */
export declare function checkNetworkConnection(host: string): Promise<boolean>;
//# sourceMappingURL=checkNetworkConnection.d.ts.map