import * as spec from "@specprotected/spec-proxy-service-worker";
export { SpecConfiguration } from "@specprotected/spec-proxy-service-worker";
export declare function specProxyProcessRequest(event: FetchEvent, config?: spec.SpecConfiguration): Request;
export declare function specProxyProcessResponse(request: Request, response: Response, config?: spec.SpecConfiguration): Response;
export declare function specProxyProcess(event: FetchEvent, config: spec.SpecConfiguration): Promise<Response>;
