import type { Command } from "commander"; import type { Api } from "../../api.js"; export declare function registerChangeCommands(parent: Command, getApi: () => Api): void; //# sourceMappingURL=change.d.ts.map