/** * @author Jandos Iskakov */ export declare class I18nWord { id: number; key: string; textRu: string; textKz: string; textEn: string; }