import { Command } from "commander"; import type { CommandContext } from "../../types.js"; import { type SetExitCode } from "../shared.js"; export declare function createStatusCommand(context: CommandContext, setExitCode: SetExitCode): Command; //# sourceMappingURL=index.d.ts.map