import { Channel } from 'nice-grpc';
import { StatsService } from './src/stats/stats.service';
import { HandlerService } from './src/handler/handler.service';
import { RouterService } from './src/router/router.service';
export declare class XtlsApi {
    readonly channel: Channel;
    readonly stats: StatsService;
    readonly handler: HandlerService;
    readonly router: RouterService;
    constructor(ip: string, port: string);
}
//# sourceMappingURL=index.d.ts.map