import type { BundleOutputFile, PackageJsonExports } from '@ms-cloudpack/common-types'; import type { BundleInfo } from '../types/BundleInfo.js'; /** * Returns a mapping from entry file path (exports map key) to list of paths that are produced * and consumed in that file. */ export declare function getBundleInfo(params: { packagePath: string; outputPath: string; outputFiles: BundleOutputFile[]; exportsMap: PackageJsonExports; isExternal: boolean; }): Promise; //# sourceMappingURL=getBundleInfo.d.ts.map