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