import type { BaseCommand, BaseNode, Variable } from './base/index.js'; export interface Model { id: string; startId: string; versionID: string; diagramID: string; name?: string; lines: Record; commands: Command[]; variables: Variable[]; } //# sourceMappingURL=program.d.ts.map