import type { Page, test as pwtest, expect as pwexpect } from "@playwright/test"; declare const runOnboardingStep: ({ test, page, expect, }: { page: Page; test: typeof pwtest; expect: typeof pwexpect; }) => Promise; export default runOnboardingStep;