/**
 * @internal
 */
export declare class KeyboardInfoCompilerMessages {
    static FATAL_UnexpectedException: number;
    static Fatal_UnexpectedException: (o: {
        e: any;
    }) => import("@keymanapp/developer-utils").CompilerEvent;
    static ERROR_FileDoesNotExist: number;
    static Error_FileDoesNotExist: (o: {
        filename: string;
    }) => import("@keymanapp/developer-utils").CompilerEvent;
    static ERROR_InvalidAuthorEmail: number;
    static Error_InvalidAuthorEmail: (o: {
        email: string;
    }) => import("@keymanapp/developer-utils").CompilerEvent;
    static ERROR_LicenseFileIsMissing: number;
    static Error_LicenseFileIsMissing: (o: {
        filename: string;
    }) => import("@keymanapp/developer-utils").CompilerEvent;
    static ERROR_LicenseFileIsDamaged: number;
    static Error_LicenseFileIsDamaged: (o: {
        filename: string;
    }) => import("@keymanapp/developer-utils").CompilerEvent;
    static ERROR_LicenseIsNotValid: number;
    static Error_LicenseIsNotValid: (o: {
        filename: string;
        message: string;
    }) => import("@keymanapp/developer-utils").CompilerEvent;
    static ERROR_CannotBuildWithoutKmpFile: number;
    static Error_CannotBuildWithoutKmpFile: () => import("@keymanapp/developer-utils").CompilerEvent;
    static ERROR_NoLicenseFound: number;
    static Error_NoLicenseFound: () => import("@keymanapp/developer-utils").CompilerEvent;
    static ERROR_FontFileCannotBeRead: number;
    static Error_FontFileCannotBeRead: (o: {
        filename: string;
    }) => import("@keymanapp/developer-utils").CompilerEvent;
    static ERROR_FontFileMetaDataIsInvalid: number;
    static Error_FontFileMetaDataIsInvalid: (o: {
        filename: string;
        message: string;
    }) => import("@keymanapp/developer-utils").CompilerEvent;
    static ERROR_DescriptionIsMissing: number;
    static Error_DescriptionIsMissing: (o: {
        filename: string;
    }) => import("@keymanapp/developer-utils").CompilerEvent;
    static HINT_ScriptDoesNotMatch: number;
    static Hint_ScriptDoesNotMatch: (o: {
        script: string;
        bcp47: string;
        commonScript: string;
        firstBcp47: string;
    }) => import("@keymanapp/developer-utils").CompilerEvent;
    static WARN_LanguageTagNotFound: number;
    static Warn_LanguageTagNotFound: (o: {
        bcp47: string;
        langSubtag: string;
    }) => import("@keymanapp/developer-utils").CompilerEvent;
    static WARN_LanguageTagNotFound2: number;
    static Warn_LanguageTagNotFound2: (o: {
        bcp47: string;
    }) => import("@keymanapp/developer-utils").CompilerEvent;
}
//# sourceMappingURL=keyboard-info-compiler-messages.d.ts.map