/** * Plan command - FABER CLI planning command * * Batch workflow planning for GitHub issues */ import { Command } from 'commander'; /** * Create the plan command */ export declare function createPlanCommand(): Command; //# sourceMappingURL=index.d.ts.map