/** * Trigger CLI Commands - 5 commands for trigger operations */ import type { Command } from 'commander'; import type { ServiceContext } from '../../context-factory.js'; export declare function registerTriggerCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=trigger-commands.d.ts.map