export declare enum RequestType {
    Custom = 0,
    Authenticate = 1,
    CharacterPlayer = 2,
    Content = 3,
    GamePlayer = 4,
    Group = 5,
    Inventory = 6,
    MasterPlayer = 7,
    StoreInventory = 8,
    Dashboard = 9,
    Multiplayer = 10,
    CloudScript = 11
}
