import { InventoryData } from '../types'; export declare function generateInventory(dir: string, excludeDirs?: string[]): InventoryData;