import { LanguageCode } from '../../constants'; export declare class CreateTranslationDto { languageCode: LanguageCode; text: string; }