import Long from "long"; import { Timestamp, TopicMessage } from "@hashgraph/sdk"; export declare class SerializableMirrorConsensusResponse { private static serialVersionUID; consensusTimestamp: Timestamp; message: Uint8Array; runningHash: Uint8Array; sequenceNumber: Long; constructor(response: TopicMessage); toString(): string; toJsonTree(): any; toJSON(): string; }