import IncomingRequest from './../request/incoming'; import ContentType from './../enum/content-type'; declare function acceptsContentType(request: IncomingRequest, content_type: ContentType): boolean; export default acceptsContentType;