import { type Workflow } from './generated/api.js'; /** * Resolve the workflows in a catalog. When `catalog` is provided (e.g. from * `--catalog`/`OUTPUT_CATALOG_ID`) it resolves that specific catalog, otherwise * the API server's default catalog. Returns `[]` when the catalog has no workflows. */ export declare function fetchWorkflowCatalog(catalog?: string): Promise;