import type { Locator, Page } from 'playwright-core'; import type { TabRuntime } from './tabs.js'; export declare function resolveSelectorOrRef(tab: TabRuntime, target: string): string; export declare function locatorForTarget(page: Page, tab: TabRuntime, target: string): Locator;