import { InventoryData, DependencyData } from '../types'; export declare function mapDependencies(dir: string, inventory: InventoryData): DependencyData;