export declare function startTunnelsAsync(projectRoot: string, options?: {
    autoInstall?: boolean;
}): Promise<void>;
export declare function stopTunnelsAsync(projectRoot: string): Promise<void>;
