import * as https from 'node:https'; /** * Detects internet connectivity by making a lightweight request to the notices endpoint */ export declare class NetworkDetector { /** * Check if internet connectivity is available */ static hasConnectivity(agent?: https.Agent): Promise; private static readonly TIMEOUT; private static readonly URL; private static load; private static save; private static ping; } //# sourceMappingURL=network-detector.d.ts.map