import type { Command } from "commander"; import type { Config } from "../types/index.js"; /** * Checkout command - Checkout tracked issue's PR branch locally */ export declare function checkoutCommand(program: Command, config: Config): void; //# sourceMappingURL=checkout.d.ts.map