export declare class TranslationDto { locale?: string; name: string; description: string; value: string; constructor(d?: TranslationDto); }