import type { SummaryRowConfig } from "./types";
export declare const DEFAULT_SECURITY_PROVIDER = "osv";
export declare const SUMMARY_ROW_CONFIG: SummaryRowConfig[];
