export declare enum EAuthorizationEffect {
    ALLOW = "ALLOW",
    DENY = "DENY"
}
