MsgSendResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgSendResponse;
    encode(_: MsgSendResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: MsgSendResponseAmino): MsgSendResponse;
    fromAminoMsg(object: MsgSendResponseAminoMsg): MsgSendResponse;
    fromPartial(_: {}): MsgSendResponse;
    fromProtoMsg(message: MsgSendResponseProtoMsg): MsgSendResponse;
    toAmino(_: MsgSendResponse): MsgSendResponseAmino;
    toAminoMsg(message: MsgSendResponse): MsgSendResponseAminoMsg;
    toProto(message: MsgSendResponse): Uint8Array;
    toProtoMsg(message: MsgSendResponse): MsgSendResponseProtoMsg;
}