import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts'; export declare const CMD_NAME = "patch"; export declare const cmdPatch: { description: string; hidden: boolean; run: typeof run; }; declare function run(argv: string[] | readonly string[], _importMeta: ImportMeta, _context: CliCommandContext): Promise; export {}; //# sourceMappingURL=cmd-patch.d.mts.map