export declare class UpdateTranslationDto {
    languageId: string;
    key_id: string;
    value: string;
}
