export declare enum EApiAuthorizationPermissionMatch {
    ALL = "all",
    ANY = "any"
}
