/** * Trigger Command * Auto-trigger skills on file/event changes * (SkillKit calls this "workflow" — we call it "trigger") */ import { Command } from 'commander'; /** * Register the trigger command */ export declare function registerTriggerCommand(program: Command): void; //# sourceMappingURL=trigger.d.ts.map