/** * Work subcommand - Work tracking operations * * Provides issue, comment, label, and milestone operations via @fractary/faber WorkManager. */ import { Command } from 'commander'; /** * Create the work command tree */ export declare function createWorkCommand(): Command; //# sourceMappingURL=index.d.ts.map