import type { RepoManifest } from "../types.js"; export interface InventoryInputFile { path: string; size_bytes: number; hash?: string; } export declare function buildRepoManifest(repositoryName: string, files: InventoryInputFile[]): RepoManifest; //# sourceMappingURL=fileInventory.d.ts.map