export declare const USER_ROLE: {
    readonly SUPER_ADMIN: "SUPER_ADMIN";
    readonly OPERATOR: "OPERATOR";
    readonly PLAYER: "PLAYER";
};
