/** * CLI command for file-based issue tracking * * @module cli/commands/issues */ import type { ParsedArgs } from "../../shared/types.js"; export declare function issuesCommand(args: ParsedArgs): Promise; //# sourceMappingURL=command.d.ts.map