export declare type ChannelDispute = { channelStateHash: string; nonce: string; merkleRoot: string; consensusExpiry: string; defundExpiry: string; }; export declare type TransferDispute = { transferId: string; transferStateHash: string; transferDisputeExpiry: string; isDefunded: boolean; }; //# sourceMappingURL=dispute.d.ts.map