import { Commands, UI } from '@kui-shell/core'; import { Channel } from './channel'; export declare function getChannelForTab(tab: UI.Tab): Channel; export declare function pollUntilOnline(tab: UI.Tab, block?: HTMLElement): Promise; export declare function registerCommands(commandTree: Commands.Registrar): void; export declare function init(): Promise;