import type { RequestHandler } from "express";
export declare const thirdPartyProxyPath = "/__third-party-proxy";
export declare function partytownProxy(partytownProxiedURLs: Array<string>): RequestHandler;
