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