import type { Flow } from '../../types/flow.js'; import type { FlowDefinition } from './types.js'; export declare function toStorableFlow(flow: Flow): FlowDefinition;