import type { OutputKind } from '../../types.mts'; export declare function handleThreatFeed({ direction, ecosystem, filter, orgSlug, outputKind, page, perPage, pkg, version }: { direction: string; ecosystem: string; filter: string; outputKind: OutputKind; orgSlug: string; page: string; perPage: number; pkg: string; version: string; }): Promise; //# sourceMappingURL=handle-threat-feed.d.mts.map