/** * @internal * Compiler messages for `kmc analyze` */ export declare class AnalyzerMessages { static readonly FATAL_UnexpectedException: number; static readonly Fatal_UnexpectedException: (o: { e: any; }) => import("@keymanapp/developer-utils").CompilerEvent; static readonly INFO_ScanningFile: number; static readonly Info_ScanningFile: (o: { type: string; name: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static readonly WARN_PreviousMapFileCouldNotBeLoaded: number; static readonly Warn_PreviousMapFileCouldNotBeLoaded: (o: { filename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static readonly WARN_PreviousMapFileCouldNotBeLoadedDueToError: number; static readonly Warn_PreviousMapFileCouldNotBeLoadedDueToError: (o: { filename: string; e: any; }) => import("@keymanapp/developer-utils").CompilerEvent; static readonly WARN_PreviousMapDidNotIncludeCounts: number; static readonly Warn_PreviousMapDidNotIncludeCounts: (o: { filename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static readonly WARN_PreviousMapDidIncludeCounts: number; static readonly Warn_PreviousMapDidIncludeCounts: (o: { filename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; } //# sourceMappingURL=analyzer-messages.d.ts.map