import type { IncomingMessage } from 'node:http';
import type { ServerOptions } from 'http-proxy';
import type { ProxyOptions } from './types';
export declare const toServerOptions: (config: ProxyOptions, req: IncomingMessage) => ServerOptions;
