/** * gni — GitNexus code intelligence (14 subcommands) * Integrated from miyabi-hub */ import { Command } from "commander"; export declare function registerGniCommand(program: Command): void; //# sourceMappingURL=gni.d.ts.map