import protobuf from "protobufjs"; export declare const ProtobufDef: { nested: { Transaction: { fields: { id: { type: string; id: number; }; block_hash: { type: string; id: number; }; block_height: { type: string; id: number; }; block_index: { type: string; id: number; }; block_time: { type: string; id: number; }; transaction: { type: string; id: number; }; merkle_proof: { type: string; id: number; }; }; }; ControlResponse: { fields: { statusCode: { type: string; id: number; }; status: { type: string; id: number; }; message: { type: string; id: number; }; block: { type: string; id: number; }; transactions: { type: string; id: number; }; }; }; }; }; export declare const ProtobufRoot: protobuf.Root;