import { InternetIdentityPage } from './page-objects/InternetIdentityPage';
interface InternetIdentityFixtures {
    iiPage: InternetIdentityPage;
}
export declare const testWithII: import("@playwright/test").TestType<import("@playwright/test").PlaywrightTestArgs & import("@playwright/test").PlaywrightTestOptions & InternetIdentityFixtures, import("@playwright/test").PlaywrightWorkerArgs & import("@playwright/test").PlaywrightWorkerOptions>;
export { expect } from '@playwright/test';
