import { Channel, ChannelOptions } from 'nice-grpc'; import { HandlerService } from './services'; export declare class XrayClient { readonly channel: Channel; readonly handler: HandlerService; constructor(ip: string, port: string, options?: ChannelOptions); }