export declare function setServerPort(port: number): void; export declare function getTunnelStatus(): { url: string | null; subdomain: string | null; }; export declare function startTunnel(subdomain?: string): Promise<{ url: string; subdomain: string; }>; export declare function stopTunnel(): boolean; //# sourceMappingURL=tunnel.d.ts.map