MsgChangeAdminResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgChangeAdminResponse;
    encode(_: MsgChangeAdminResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: MsgChangeAdminResponseAmino): MsgChangeAdminResponse;
    fromAminoMsg(object: MsgChangeAdminResponseAminoMsg): MsgChangeAdminResponse;
    fromPartial(_: {}): MsgChangeAdminResponse;
    fromProtoMsg(message: MsgChangeAdminResponseProtoMsg): MsgChangeAdminResponse;
    toAmino(_: MsgChangeAdminResponse): MsgChangeAdminResponseAmino;
    toProto(message: MsgChangeAdminResponse): Uint8Array;
    toProtoMsg(message: MsgChangeAdminResponse): MsgChangeAdminResponseProtoMsg;
}