import { BasePageConfig } from 'verben-workflow-ui/src/lib/base'; import { Actor } from 'verben-workflow-ui/src/lib/models'; /** * Page configuration for actors. * * `enableCreate` is off — actors are provisioned elsewhere, and the page has * never offered a create button. `enableFilter` is off until the API grows a * `SearchActors` endpoint; sort rides the list GET's URL and needs no new one. */ export declare const ACTOR_CONFIG: BasePageConfig;