export interface LocalizationResponse {
    [messageId: string]: string;
}
