/** * Playwright configuration for JS SDK browser and integration tests. * See https://playwright.dev/docs/test-configuration. */ declare const _default: import("@playwright/test").PlaywrightTestConfig<{}, {}>; export default _default;