import { ServerPlugin } from '.';
import { IKoaProxiesOptions } from 'koa-proxies';
export declare type ProxiesOptions = IKoaProxiesOptions & {
    ws: boolean;
};
export declare const proxyPlugin: ServerPlugin;
