export declare const playwrightVersion: string; /** * Requires Playwright's internal module that is not exported via package.exports. */ export declare function requirePlaywrightModule(modulePath: string): any; /** * Not used now. Kept for potential use. * @public */ export declare function getPlaywrightModulePath(relativePath: string): string; //# sourceMappingURL=utils.d.ts.map