/**
 * Lol status service incidents updates translations
 */
export declare class LolStatusIncidentsUpdateTranslations {
    locale: string;
    content: string;
    updated_at: string;
}
