import type { OutputItem } from '../../UCDefASTParser.js';
export declare function ucSequenceDiagram(item: OutputItem): string;
