import { type BackendEndpoint } from '@myparcel-pdk/common'; import { type OneOrMore } from '@myparcel/ts-utils'; import { type BackendEndpointResponse } from '../../types'; import { type ActionContext } from './types'; export declare const createHandlerWithParameters: (args: OneOrMore, endpoint: E, context: ActionContext, allowBulk?: Bulk) => Promise>>;