declare namespace Cypress { interface Chainable { loadTranslations(locale?: string): Chainable; getTranslation(key: string, locale?: string): Chainable; shouldHaveTranslation(selector: string, key: string, locale?: string): Chainable; } }