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