import type { Handler } from '../types.ts'; export declare const proxyReq: (targetOrigin: string) => Handler;