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