MsgMintResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgMintResponse;
    encode(_: MsgMintResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: MsgMintResponseAmino): MsgMintResponse;
    fromAminoMsg(object: MsgMintResponseAminoMsg): MsgMintResponse;
    fromPartial(_: {}): MsgMintResponse;
    fromProtoMsg(message: MsgMintResponseProtoMsg): MsgMintResponse;
    toAmino(_: MsgMintResponse): MsgMintResponseAmino;
    toProto(message: MsgMintResponse): Uint8Array;
    toProtoMsg(message: MsgMintResponse): MsgMintResponseProtoMsg;
}