/** Returns true if the application is run by a Playwright test. */
export declare function isPlaywrightTestMode(): boolean | undefined;
