/** * @internal */ export declare class PackageCompilerMessages { static FATAL_UnexpectedException: number; static Fatal_UnexpectedException: (o: { e: any; }) => import("@keymanapp/developer-utils").CompilerEvent; static WARN_AbsolutePath: number; static Warn_AbsolutePath: (o: { filename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static ERROR_FileDoesNotExist: number; static Error_FileDoesNotExist: (o: { filename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static ERROR_FileCouldNotBeRead: number; static Error_FileCouldNotBeRead: (o: { filename: string; e: any; }) => import("@keymanapp/developer-utils").CompilerEvent; static WARN_FileIsNotABinaryKvkFile: number; static Warn_FileIsNotABinaryKvkFile: (o: { filename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static ERROR_FollowKeyboardVersionNotAllowedForModelPackages: number; static Error_FollowKeyboardVersionNotAllowedForModelPackages: () => import("@keymanapp/developer-utils").CompilerEvent; static ERROR_FollowKeyboardVersionButNoKeyboards: number; static Error_FollowKeyboardVersionButNoKeyboards: () => import("@keymanapp/developer-utils").CompilerEvent; static ERROR_KeyboardContentFileNotFound: number; static Error_KeyboardContentFileNotFound: (o: { id: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static ERROR_KeyboardFileNotValid: number; static Error_KeyboardFileNotValid: (o: { filename: string; e: any; }) => import("@keymanapp/developer-utils").CompilerEvent; static INFO_KeyboardFileHasNoKeyboardVersion: number; static Info_KeyboardFileHasNoKeyboardVersion: (o: { filename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static ERROR_PackageCannotContainBothModelsAndKeyboards: number; static Error_PackageCannotContainBothModelsAndKeyboards: () => import("@keymanapp/developer-utils").CompilerEvent; static HINT_PackageShouldNotRepeatLanguages: number; static Hint_PackageShouldNotRepeatLanguages: (o: { resourceType: string; id: string; minimalTag: string; firstTag: string; secondTag: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static WARN_PackageNameDoesNotFollowLexicalModelConventions: number; static Warn_PackageNameDoesNotFollowLexicalModelConventions: (o: { filename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static WARN_PackageNameDoesNotFollowKeyboardConventions: number; static Warn_PackageNameDoesNotFollowKeyboardConventions: (o: { filename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static WARN_FileInPackageDoesNotFollowFilenameConventions: number; static Warn_FileInPackageDoesNotFollowFilenameConventions: (o: { filename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static ERROR_PackageNameCannotBeBlank: number; static Error_PackageNameCannotBeBlank: () => import("@keymanapp/developer-utils").CompilerEvent; static ERROR_KeyboardFileNotFound: number; static Error_KeyboardFileNotFound: (o: { filename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static WARN_KeyboardVersionsDoNotMatch: number; static Warn_KeyboardVersionsDoNotMatch: (o: { keyboard: string; version: string; firstKeyboard: string; firstVersion: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static ERROR_LanguageTagIsNotValid: number; static Error_LanguageTagIsNotValid: (o: { resourceType: string; id: string; lang: string; e: any; }) => import("@keymanapp/developer-utils").CompilerEvent; static HINT_LanguageTagIsNotMinimal: number; static Hint_LanguageTagIsNotMinimal: (o: { resourceType: string; id: string; actual: string; expected: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static ERROR_ModelMustHaveAtLeastOneLanguage: number; static Error_ModelMustHaveAtLeastOneLanguage: (o: { id: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static WARN_RedistFileShouldNotBeInPackage: number; static Warn_RedistFileShouldNotBeInPackage: (o: { filename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static WARN_DocFileDangerous: number; static Warn_DocFileDangerous: (o: { filename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static ERROR_PackageMustContainAModelOrAKeyboard: number; static Error_PackageMustContainAModelOrAKeyboard: () => import("@keymanapp/developer-utils").CompilerEvent; static WARN_JsKeyboardFileIsMissing: number; static Warn_JsKeyboardFileIsMissing: (o: { id: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static WARN_KeyboardShouldHaveAtLeastOneLanguage: number; static Warn_KeyboardShouldHaveAtLeastOneLanguage: (o: { id: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static HINT_JsKeyboardFileHasNoTouchTargets: number; static Hint_JsKeyboardFileHasNoTouchTargets: (o: { id: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static HINT_PackageContainsSourceFile: number; static Hint_PackageContainsSourceFile: (o: { filename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static ERROR_FileRecordIsMissingName: number; static Error_FileRecordIsMissingName: (o: { description: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static ERROR_InvalidAuthorEmail: number; static Error_InvalidAuthorEmail: (o: { email: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static ERROR_PackageFileHasEmptyVersion: number; static Error_PackageFileHasEmptyVersion: () => import("@keymanapp/developer-utils").CompilerEvent; static ERROR_RequiredParameterMissing: number; static Error_RequiredParameterMissing: (o: { param: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static WARN_CannotFindMatchingKeyboardForVisualKeyboard: number; static Warn_CannotFindMatchingKeyboardForVisualKeyboard: (o: { filename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static WARN_CannotFindFontForKeyboard: number; static Warn_CannotFindFontForKeyboard: (o: { id: string; fontFilename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static WARN_CannotReadFont: number; static Warn_CannotReadFont: (o: { fontFilename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static WARN_VisualKeyboardFileIsInvalid: number; static Warn_VisualKeyboardFileIsInvalid: (o: { filename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static WARN_PackageVersionIsUnrecognizedFormat: number; static Warn_PackageVersionIsUnrecognizedFormat: (o: { version: string; }) => import("@keymanapp/developer-utils").CompilerEvent; static ERROR_PackageMustNotContainItself: number; static Error_PackageMustNotContainItself: (o: { outputFilename: string; }) => import("@keymanapp/developer-utils").CompilerEvent; } //# sourceMappingURL=package-compiler-messages.d.ts.map