import { type QueryHandler } from './types'; export declare const createShipmentsMutationHandler: (endpoint: E, allowBulk?: boolean) => QueryHandler;