import type { FullConfig } from "@playwright/test"; /** * Initializes the Playwright workspaces by setting up authentication and creating a test run. * * @param config - The full Playwright configuration * @returns Promise that resolves when service initialization is complete */ export declare function initializePlaywrightServiceTestRun(config: FullConfig): Promise; //# sourceMappingURL=initializePlaywrightServiceTestRun.d.ts.map