/// import type { recurse } from '.' declare global { namespace Cypress { interface Chainable { recurse: typeof recurse } } }