import { Project } from '../../types/project'; export default class ProjectAddTranslationsFormatter { log(project: Project): void; }