/** * trellis lane — Agent Lane CLI (W2) */ import type { Command } from 'commander'; export declare function registerLaneCommands(program: Command): void; //# sourceMappingURL=lane.d.ts.map