import type { BundleInfo } from '../types/BundleInfo.js'; /** * Get a record of the consumed dependencies and their import paths by the given bundle info. * @param info - The bundle info. * @returns The record of consumed dependencies and their import paths. */ export declare function getConsumedPaths(info: BundleInfo): Record>; //# sourceMappingURL=getConsumedPaths.d.ts.map