import type express from 'express';
import type { ProxyOptions } from '../types';
export declare const createProxyStateHandler: (config: ProxyOptions) => (req: express.Request, res: express.Response) => Promise<express.Response>;
