import { BasePageConfig } from 'verben-workflow-ui/src/lib/base'; import { Workflow } from 'verben-workflow-ui/src/lib/models'; /** * Page configuration for workflows. * * This is the one page with a real POST search endpoint (`SearchWorkflow`), so * `enableFilter` is on. Export and create are additionally gated at runtime by * the component's `permissionConfig` input. */ export declare const WORKFLOW_CONFIG: BasePageConfig;