declare module 'playwright' { export const chromium: { launch: (opts?: Record) => Promise<{ newPage: () => Promise }> } }