BlockID: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): BlockID;
    encode(message: BlockID, writer?: BinaryWriter): BinaryWriter;
    fromJSON(object: any): BlockID;
    fromPartial<I>(object: I): BlockID;
    toJSON(message: BlockID): unknown;
}