import { Certificate, Channel, KeyStoreSet, NodeCryptoOptions, Recipient } from '@relaycorp/relaynet-core'; export declare class EndpointChannel extends Channel { readonly peerInternetAddress: string; constructor(nodePrivateKey: CryptoKey, nodeDeliveryAuth: Certificate, peerId: string, peerInternetAddress: string, peerPublicKey: CryptoKey, keyStores: KeyStoreSet, cryptoOptions?: Partial); getOutboundRAMFRecipient(): Recipient; }