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