MsgMigrateContractResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgMigrateContractResponse;
    encode(message: MsgMigrateContractResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: MsgMigrateContractResponseAmino): MsgMigrateContractResponse;
    fromAminoMsg(object: MsgMigrateContractResponseAminoMsg): MsgMigrateContractResponse;
    fromPartial(object: {
        data?: Uint8Array;
    }): MsgMigrateContractResponse;
    fromProtoMsg(message: MsgMigrateContractResponseProtoMsg): MsgMigrateContractResponse;
    toAmino(message: MsgMigrateContractResponse): MsgMigrateContractResponseAmino;
    toAminoMsg(message: MsgMigrateContractResponse): MsgMigrateContractResponseAminoMsg;
    toProto(message: MsgMigrateContractResponse): Uint8Array;
    toProtoMsg(message: MsgMigrateContractResponse): MsgMigrateContractResponseProtoMsg;
}