import { ChainId } from "./ChainId"; import { EthereumContractAddress } from "./EthereumContractAddress"; import { PublicIdentifier } from "./PublicIdentifier"; export declare class ActiveStateChannel { chainId: ChainId; routerPublicIdentifier: PublicIdentifier; channelAddress: EthereumContractAddress; constructor(chainId: ChainId, routerPublicIdentifier: PublicIdentifier, channelAddress: EthereumContractAddress); } //# sourceMappingURL=ActiveStateChannel.d.ts.map