import type { LocaleString } from './LocaleString'; export type Description = { short: LocaleString; long: LocaleString; };