MsgUpgradeClientResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgUpgradeClientResponse;
    encode(_: MsgUpgradeClientResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: MsgUpgradeClientResponseAmino): MsgUpgradeClientResponse;
    fromAminoMsg(object: MsgUpgradeClientResponseAminoMsg): MsgUpgradeClientResponse;
    fromPartial(_: {}): MsgUpgradeClientResponse;
    fromProtoMsg(message: MsgUpgradeClientResponseProtoMsg): MsgUpgradeClientResponse;
    toAmino(_: MsgUpgradeClientResponse): MsgUpgradeClientResponseAmino;
    toAminoMsg(message: MsgUpgradeClientResponse): MsgUpgradeClientResponseAminoMsg;
    toProto(message: MsgUpgradeClientResponse): Uint8Array;
    toProtoMsg(message: MsgUpgradeClientResponse): MsgUpgradeClientResponseProtoMsg;
}