import { Communicator } from './types'; export declare class Adaptor { private downline; private upline; private channelId; constructor(downline: Communicator, upline: Communicator, channelId: string); private transformToPayload; private transformReturningData; private transformInvokeMethodData; close(): void; }