/** * Error code used when an OIDC-authenticated caller is missing the required * `model.*` scope for a callModel CRUD operation. */ export declare const CALL_MODEL_MISSING_OIDC_SCOPE_ERROR_CODE = "CALL_MODEL_MISSING_OIDC_SCOPE";