export declare enum Keyword {
    TYPE = "type",
    RELATIONS = "relations",
    SELF = "self",
    DEFINE = "define",
    AS = "as",
    OR = "or",
    AND = "and",
    FROM = "from",
    WITH = "with",
    BUT_NOT = "but not",
    MODEL = "model",
    SCHEMA = "schema",
    MODULE = "module",
    EXTEND = "extend",
    CONDITION = "condition"
}
export declare enum ReservedKeywords {
    THIS = "this"
}
