declare enum EncounterType {
    NONE = 0,
    FULL = 1,
    SIFT = 2,
    OPERATOR = 3,
    ALL = 4
}

export { EncounterType };
