/** * Graph CLI Command definition */ import type { Command } from '../types.js'; export declare const graphCommand: Command; //# sourceMappingURL=graph.d.ts.map