export declare const USER_TYPE: {
    readonly STAFF: "STAFF";
    readonly PLAYER: "PLAYER";
};
