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