export declare enum EApiPolicyEffect {
    ALLOW = "Allow",
    DENY = "Deny"
}
