import type { Sbom } from "../objects/types.ts"; export interface FileEntry { path: string; bytes: Buffer; } export declare function generateSbom(files: FileEntry[]): Sbom; //# sourceMappingURL=sbom.d.ts.map