export declare enum PlayerPermissionLevel {
    VISITOR = 0,
    MEMBER = 1,
    OPERATOR = 2,
    CUSTOM = 3
}
//# sourceMappingURL=PlayerPermissionLevel.d.ts.map