/** * CI Sync Command * * Syncs Jira tickets from GitHub CI/CD events */ import { Command } from "commander"; export declare const ciSyncCommand: Command; //# sourceMappingURL=ci-sync.d.ts.map