export type WithToInventoryLocation = { toInventoryLocation: FdoInventoryLocation; }; export declare const useShipmentApi: () => { getShipments({ start, end }: { start: string; end: string; }): Promise; getShipmentsByIds(shipmentIds: string[]): Promise; }; export declare const shipmentApi: {};