import type { Application } from 'express';
import type { IProxyOption } from './config';
export declare function start(opt?: IProxyOption): Application;
