export declare const PLAYER_TYPE: {
    readonly ADULT: "ADULT";
    readonly MINOR: "MINOR";
};
