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