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