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