/** * Context Command * Generate context file for AI agents */ import { Command } from 'commander'; export declare const contextCommand: Command; //# sourceMappingURL=context.d.ts.map