import type { BundleManifest } from "../../domain/manifests/index.js"; export interface PackFootprintSummary { packId: string; files: number; managedRoots: string[]; } export declare function summarizePackFootprint(bundles: BundleManifest[]): PackFootprintSummary[]; //# sourceMappingURL=pack-footprint.d.ts.map