import type { Api } from "@cargo-ai/api"; import type { Command } from "commander"; export declare function registerCommands(program: Command, getApi: () => Api): void; //# sourceMappingURL=index.d.ts.map