import type { IncomingHttpHeaders } from 'http'; export declare function convertToRawHeaders(src: IncomingHttpHeaders | Record): string[];