import { Tab } from '../webapp/tab';
/**
 * Initialize the session for the given `Tab`. Await the response if
 * you need to block until all session initializers have completed.
 *
 */
export declare function initializeSession(tab: Tab): Promise<void>;
