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