import type { Context } from 'hono'; import type { Store } from '../../store.js'; export declare function corsProxyHandler(store?: Store, proxyBasePath?: string): (ctx: Context) => Promise; export declare function isPrivateIp(ip: string): boolean; export declare function resolveCorsProxyTarget(requestUrl: string, proxyBasePath: string): URL | null; export declare const CORS_PROXY_STREAM_HEADER = "x-redocly-proxy-streaming"; //# sourceMappingURL=cors-proxy.d.ts.map