import { ErrorCode } from "./ErrorCode"; export declare class ErrorSuggestion { getContent(): string; getErrorCode(): ErrorCode; getIcon(): string; getId(): string; getLabel(): string; getMessage(): string; getName(): string; getScope(): string; getType(): string; isGlobal(): boolean; constructor(); }