export interface TabInfo { tabId: string; url: string; title: string; } export declare function listTabs(port: number): Promise;