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