import { Address } from 'viem';
import { Channel, ChannelId } from '../client/types';
export declare function getChannelId(channel: Channel, chainId: number): ChannelId;
export declare function generateChannelNonce(address?: Address): bigint;
