import type { PlatformNetwork } from '../../network/platform-network.js'; export declare function initializeNetworkService(service?: PlatformNetwork): void; export declare function getNetworkService(): PlatformNetwork; export declare function resetNetworkService(): void; //# sourceMappingURL=network-singleton.d.ts.map