export declare enum AccessScopeEnum {
    VIEW_ONLY = "VIEW_ONLY",
    VIEW_AND_REGISTER = "VIEW_AND_REGISTER"
}
