import { HistoryEntitySubscriber } from '@operato/typeorm-history'; import { DataSet } from '../data-set/data-set.js'; import { DataSetHistory } from './data-set-history.js'; export declare class DataSetHistoryEntitySubscriber extends HistoryEntitySubscriber { get entity(): typeof DataSet; get historyEntity(): typeof DataSetHistory; }