import { InventoryData, DuplicateData } from '../types'; export declare function detectDuplicates(inventory: InventoryData): DuplicateData;