import { Page } from "@playwright/test"; import { DefaultUIAdapter } from "./base.js"; /** * UI adapter for the Tidy 5e Sheets module. */ export declare class Tidy5eUIAdapter extends DefaultUIAdapter { id: string; getActorSheetSelector(): string; switchAppTab(page: Page, appSelector: string, tabName: string): Promise; handleCollapsibleSection(page: Page, appSelector: string, sectionName: string): Promise; }