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