/// /// import { SnapshotOptions } from '@percy/core'; export { createRegion } from '@percy/core'; declare global { namespace Cypress { interface Chainable { percySnapshot( name?: string, options?: SnapshotOptions ): Chainable } } }