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