export declare const ProductInventoryRoutes: { inventoryIncerement: (productId: string) => string; inventoryDecrement: (productId: string) => string; };