export { testScreenshotFixture }; declare function testScreenshotFixture({ screenshotFixturePath, doNotTestLocally, }?: { screenshotFixturePath?: string; /** Only test screenshot in CI environment (e.g. GitHub Actions) */ doNotTestLocally?: true; }): Promise;