import type { ProxyContext } from "./handler.js"; type ProxyError = NonNullable; export declare function jsonErrorResponse(status: number, body: Record): Response; export declare function createProxyErrorResponse(error: ProxyError): Response; export {}; //# sourceMappingURL=error-response.d.ts.map