import { mount } from 'cypress/react' declare global { namespace Cypress { interface Chainable { mount: typeof mount downArrow(repeat: number): Chainable upArrow(repeat: number): Chainable setNavigatorLang(value: string): Chainable getSuggestions(selector: string, username: string): Chainable withinRoot(fn: () => void): Chainable } } }