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