export interface LintTranslation { key: string; text: string; messages: any; path: string; }