import { FlowDescriptor } from '../types'; /** * All named flows. `getFlow(config)` is the canonical way to resolve a * flow at runtime; this list is provided for tests and tooling that need * to enumerate every variant. */ export declare const flowRegistry: ReadonlyArray;