import type { Middleware } from '@chubbyts/chubbyts-http-types/dist/middleware';
import type { Negotiator } from '@chubbyts/chubbyts-negotiation/dist/negotiation';
export declare const createAcceptNegotiationMiddleware: (acceptNegotiator: Negotiator) => Middleware;
