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