/** * Capture Command * Save URL content, text, or files as reusable skills * (Unique feature — no SkillKit equivalent) */ import { Command } from 'commander'; /** * Register the capture command */ export declare function registerCaptureCommand(program: Command): void; //# sourceMappingURL=capture.d.ts.map