import type { CliCommandContext } from '../../utils/meow-with-subcommands.mts'; export declare const cmdWrapper: { description: string; hidden: boolean; run: typeof run; }; declare function run(argv: readonly string[], importMeta: ImportMeta, { parentName }: CliCommandContext): Promise; export {}; //# sourceMappingURL=cmd-wrapper.d.mts.map