import type * as http from 'node:http'; import type { Options } from './index.js'; export declare function getTarget(req: TReq, config: Options): Promise;