export declare class BlockchainInfo {
    private readonly _chainId;
    constructor(chainId: string);
    get chainId(): string;
}
