import { Page } from '@playwright/test';
export declare function waitForStorybookReady(page: Page, timeout?: number): Promise<void>;
