import type { ExportLeakageRecord, ExportProfileManifest } from "../../domain/runtime/export-profile.js"; export declare function detectExportLeakage(profile: ExportProfileManifest, exportedPaths: string[]): ExportLeakageRecord[]; //# sourceMappingURL=detect-export-leakage.d.ts.map