declare global { namespace Cypress { interface Chainable { networkStub(): Chainable; } } } export {};