import './commands' declare global { namespace Cypress { interface Chainable { login(): Chainable> } } }