/** * Context Budget Command * Select skills that fit within a token budget, ranked by project relevance. */ import { Command } from 'commander'; export declare function registerContextCommand(program: Command): void; //# sourceMappingURL=context.d.ts.map