import { type QueryClient } from '@tanstack/vue-query'; import { type Plugin, type Shipment } from '@myparcel-pdk/common'; import { type OneOrMore } from '@myparcel/ts-utils'; export declare const fillShipmentsQueryData: (queryClient: QueryClient, shipments: OneOrMore, order?: Plugin.ModelPdkOrder) => void;