import { type Server } from "node:http"; export declare function startProxyServer(): Promise<{ origin: string; server: Server; }>; //# sourceMappingURL=proxy.d.ts.map