#!/usr/bin/env node export declare const rootCommands: { analytics: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; "audit-log": { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; ci: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; cdxgen: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, context: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; config: import("./utils/meow-with-subcommands.mts").CliSubcommand; dependencies: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; fix: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; install: import("./utils/meow-with-subcommands.mts").CliSubcommand; json: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; license: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; login: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; logout: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; manifest: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; npm: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, context: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; npx: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; pnpm: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, context: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; oops: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; optimize: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; organization: import("./utils/meow-with-subcommands.mts").CliSubcommand; package: import("./utils/meow-with-subcommands.mts").CliSubcommand; patch: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], _importMeta: ImportMeta, _context: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; "raw-npm": { description: string; hidden: boolean; run: (argv: readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; "raw-npx": { description: string; hidden: boolean; run: (argv: readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; repository: import("./utils/meow-with-subcommands.mts").CliSubcommand; scan: import("./utils/meow-with-subcommands.mts").CliSubcommand; security: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; "threat-feed": { description: string; hidden: boolean; run: (argv: readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; uninstall: import("./utils/meow-with-subcommands.mts").CliSubcommand; wrapper: { description: string; hidden: boolean; run: (argv: readonly string[], importMeta: ImportMeta, { parentName }: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; yarn: { description: string; hidden: boolean; run: (argv: string[] | readonly string[], importMeta: ImportMeta, context: import("./utils/meow-with-subcommands.mts").CliCommandContext) => Promise; }; }; export declare const rootAliases: { audit: { description: string; hidden: boolean; argv: string[]; }; auditLog: { description: string; hidden: boolean; argv: string[]; }; auditLogs: { description: string; hidden: boolean; argv: string[]; }; "audit-logs": { description: string; hidden: boolean; argv: string[]; }; deps: { description: string; hidden: boolean; argv: string[]; }; feed: { description: string; hidden: boolean; argv: string[]; }; org: { description: string; hidden: boolean; argv: string[]; }; orgs: { description: string; hidden: boolean; argv: string[]; }; organizations: { description: string; hidden: boolean; argv: string[]; }; organisation: { description: string; hidden: boolean; argv: string[]; }; organisations: { description: string; hidden: boolean; argv: string[]; }; pkg: { description: string; hidden: boolean; argv: string[]; }; repo: { description: string; hidden: boolean; argv: string[]; }; repos: { description: string; hidden: boolean; argv: string[]; }; repositories: { description: string; hidden: boolean; argv: string[]; }; }; //# sourceMappingURL=commands.d.mts.map