import { ProxyOptions } from './proxy-options';

export class Proxy {
    static initOptions(opts: ProxyOptions, version: number): number;
}
