import type { OSV as OSVFormat } from "../formats/osv/index.ts";
import type { ExtendedStrategy } from "./types/api.ts";
export type OSVStrategyDefinition = ExtendedStrategy<"osv", OSVFormat>;
/**
 * Creates an OSV vulnerability scanning strategy that queries the OSV database
 * directly using the /v1/querybatch endpoint for efficient batch lookups.
 * No credentials are required for the OSV public API.
 */
export declare function OSVStrategy(): OSVStrategyDefinition;
//# sourceMappingURL=osv.d.ts.map