import type { WorkflowSnapshot } from './types.js'; export declare function emptySnapshotFor(name: string, description?: string, phaseTitles?: string[]): WorkflowSnapshot;