export declare enum EApiAuthorizationCacheMode {
    MEMORY = "memory",
    SOURCE_FIRST = "source-first"
}
