export declare class Constant { static readonly MODULE_DICT = "dict"; static readonly ENUM_ENTRY_TYPES = "jmash.dict.protobuf.EntryTypes"; static readonly DICT_DEGREE = "FirstDegree"; static readonly SUSPEND_VALUES: import("vue").Ref<{ key: string; value: string; }[], { key: string; value: string; }[] | { key: string; value: string; }[]>; static readonly COMMENT_TYPE_VALUES: import("vue").Ref<{ key: string; value: string; }[], { key: string; value: string; }[] | { key: string; value: string; }[]>; static readonly PRIORITY_VALUES: import("vue").Ref<{ key: string; value: string; }[], { key: string; value: string; }[] | { key: string; value: string; }[]>; }