import { type OrderIds } from '../types'; export declare const getOrderShipmentIds: (orderIds: OrderIds) => number[];