import { Command } from "commander"; /** * Creates the `skaile patch` command group. * * Manages the local patch workflow for improving deployed assets without * modifying the upstream repo directly. Subcommands: `extract` (copy asset * to `.skaile/patches/`), `commit` (generate a `.patch` file from edits), * `submit` (apply patch to the repo clone), `remove` (clean up after merge). * * @returns Configured {@link Command} ready for `program.addCommand()`. * @docLink cli/commands/patch#make-patch-command */ export declare function makePatchCommand(): Command; //# sourceMappingURL=patch.d.ts.map