/** * English strings for the key-handler plugin. Drop a sibling `.ts` to add a language. */ declare const translations: { 'plugin.key-handler.speed': string; }; /** Canonical translation key set for the key-handler plugin, derived from English. */ export type KeyHandlerTranslationKey = keyof typeof translations; export default translations;