export declare class NodeInfoResponseBlockchainNetwork { readonly protocol: string; readonly port: number; readonly host: string; readonly network: string; constructor(protocol: string, port: number, host: string, network: string); }