import type { BaseStrategyFormat } from "../strategies/types/api.ts"; import { type StandardizeKind } from "./standard/index.ts"; import { type OSVKind } from "./osv/index.ts"; export declare function formatVulnsPayload(format?: BaseStrategyFormat | null): (strategy: StandardizeKind | OSVKind, vulnerabilities: any[]) => any[]; //# sourceMappingURL=index.d.ts.map