import type { Command } from "commander"; import type { Config } from "../types/index.js"; /** * Clean command - Remove closed/merged issues from tracking and clean up browser processes */ export declare function cleanCommand(program: Command, config: Config): void; //# sourceMappingURL=clean.d.ts.map