MsgUndelegateResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgUndelegateResponse;
    encode(message: MsgUndelegateResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: MsgUndelegateResponseAmino): MsgUndelegateResponse;
    fromAminoMsg(object: MsgUndelegateResponseAminoMsg): MsgUndelegateResponse;
    fromPartial(object: {
        completionTime?: Date;
    }): MsgUndelegateResponse;
    fromProtoMsg(message: MsgUndelegateResponseProtoMsg): MsgUndelegateResponse;
    toAmino(message: MsgUndelegateResponse): MsgUndelegateResponseAmino;
    toAminoMsg(message: MsgUndelegateResponse): MsgUndelegateResponseAminoMsg;
    toProto(message: MsgUndelegateResponse): Uint8Array;
    toProtoMsg(message: MsgUndelegateResponse): MsgUndelegateResponseProtoMsg;
}