MsgInternalEVMCallResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgInternalEVMCallResponse;
    encode(_: MsgInternalEVMCallResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: MsgInternalEVMCallResponseAmino): MsgInternalEVMCallResponse;
    fromAminoMsg(object: MsgInternalEVMCallResponseAminoMsg): MsgInternalEVMCallResponse;
    fromPartial(_: {}): MsgInternalEVMCallResponse;
    fromProtoMsg(message: MsgInternalEVMCallResponseProtoMsg): MsgInternalEVMCallResponse;
    toAmino(_: MsgInternalEVMCallResponse): MsgInternalEVMCallResponseAmino;
    toProto(message: MsgInternalEVMCallResponse): Uint8Array;
    toProtoMsg(message: MsgInternalEVMCallResponse): MsgInternalEVMCallResponseProtoMsg;
}