/**
 * @internal
 */
export declare class ModelInfoCompilerMessages {
    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_FileIsNotValid: number;
    static Error_FileIsNotValid: (o: {
        filename: string;
        e: any;
    }) => import("@keymanapp/developer-utils").CompilerEvent;
    static WARN_MetadataFieldInconsistent: number;
    static Warn_MetadataFieldInconsistent: (o: {
        field: string;
        value: any;
        expected: any;
    }) => 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_NoLicenseFound: number;
    static Error_NoLicenseFound: () => import("@keymanapp/developer-utils").CompilerEvent;
    static ERROR_DescriptionIsMissing: number;
    static Error_DescriptionIsMissing: (o: {
        filename: string;
    }) => import("@keymanapp/developer-utils").CompilerEvent;
}
//# sourceMappingURL=model-info-compiler-messages.d.ts.map