import type { Command } from 'commander'; import type { Config } from '../types/index.js'; /** * Track command - Add existing GitHub issues to tracking */ export declare function trackCommand(program: Command, config: Config): void; //# sourceMappingURL=track.d.ts.map