import { BasePageConfig } from 'verben-workflow-ui/src/lib/base'; import { FlowableStatus } from 'verben-workflow-ui/src/lib/models'; /** * Page configuration for flowable statuses. * * `enableFilter` / `enableDelete` are off: the API exposes neither a * `SearchFlowableStatus` endpoint nor a delete endpoint. Turn them on once the * backend has them — the base already routes to the conventional URLs. Sort * stays on because it rides the plain list GET's URL and needs no new endpoint. */ export declare const FLOWABLE_STATUS_CONFIG: BasePageConfig;