import { TranslationResponse } from '../interfaces/translation.response'; export declare class Translation { key: string; value: string; locale: string; constructor(response?: TranslationResponse); }