import { BlockchainClient } from '../blockchain';
export declare class MulticastClient extends BlockchainClient {
    private readonly clients;
    constructor(clients: BlockchainClient[]);
}
