import { ComponentIssue } from './component-issue'; export declare class RemovedEnv extends ComponentIssue { description: string; solution: string; data: string; isTagBlocker: boolean; dataToString(): string; }