import { type BackendEndpoint } from '@myparcel-pdk/common'; import { type BackendEndpointResponse } from '../../types'; import { type ActionContext, type QueryModifier } from './types'; export declare const doMutate: (endpoint: E, suffix: QueryModifier, context: ActionContext) => Promise>;