declare enum StatRegion {
    Global = "global",
    Guild = "guild",
    TextChannel = "textchannel",
    ThreadChannel = "threadchannel",
    Custom = "custom"
}
export { StatRegion };
