/** * Migrate Canvas Node Types * * Transforms canvas files from the legacy format (type: "text" + pv.nodeType) * to the new semantic format (type: "otel-event", "otel-scope", etc.) */ import { Command } from 'commander'; export declare function createMigrateNodesCommand(): Command; //# sourceMappingURL=migrate-nodes.d.ts.map