/// import HTTP from 'http'; import ContentType from './../enum/content-type'; declare function getAcceptedContentTypes(request: HTTP.IncomingMessage): ContentType[]; export default getAcceptedContentTypes;