export interface TranslationMeridiem { readonly am: string; readonly pm: string; }