import type { Browser, BrowserContext } from '@playwright/test'; import type { AuthConfig } from '../../schemas/config.schema.js'; export declare function createAuthenticatedContext(browser: Browser, auth: AuthConfig | undefined, timeoutMs: number): Promise; //# sourceMappingURL=apply.d.ts.map