MsgBurnResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgBurnResponse;
    encode(_: MsgBurnResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: MsgBurnResponseAmino): MsgBurnResponse;
    fromAminoMsg(object: MsgBurnResponseAminoMsg): MsgBurnResponse;
    fromPartial(_: {}): MsgBurnResponse;
    fromProtoMsg(message: MsgBurnResponseProtoMsg): MsgBurnResponse;
    toAmino(_: MsgBurnResponse): MsgBurnResponseAmino;
    toProto(message: MsgBurnResponse): Uint8Array;
    toProtoMsg(message: MsgBurnResponse): MsgBurnResponseProtoMsg;
}