import { RemoteCommunicationState } from '../../../RemoteCommunication'; /** * Rejects a channel connection from the wallet. * * @param channelId Unique identifier for the channel. * @param state Current state of the RemoteCommunication class instance. * @returns void */ export declare function rejectChannel({ channelId, state, }: { channelId: string; state: RemoteCommunicationState; }): Promise; //# sourceMappingURL=rejectChannel.d.ts.map