import type { Tab } from '../types/internal';
/**
 * Switches page context to the specified tab.
 */
export declare const switchToTab: (tab: Tab) => Promise<void>;
