MsgDelegateResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgDelegateResponse;
    encode(_: MsgDelegateResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: MsgDelegateResponseAmino): MsgDelegateResponse;
    fromAminoMsg(object: MsgDelegateResponseAminoMsg): MsgDelegateResponse;
    fromPartial(_: {}): MsgDelegateResponse;
    fromProtoMsg(message: MsgDelegateResponseProtoMsg): MsgDelegateResponse;
    toAmino(_: MsgDelegateResponse): MsgDelegateResponseAmino;
    toAminoMsg(message: MsgDelegateResponse): MsgDelegateResponseAminoMsg;
    toProto(message: MsgDelegateResponse): Uint8Array;
    toProtoMsg(message: MsgDelegateResponse): MsgDelegateResponseProtoMsg;
}