import type { Command } from "commander"; /** * Register the `graph` subcommand on the given root program. * Phase 1 (sprint 1): `check-prereq` * Phase 2 (sprint 10): `init`, `sync`, `status` */ export declare function registerGraphCommand(program: Command): void; //# sourceMappingURL=graph.d.ts.map