import { DaoBase } from '../../../services/state-machines/dao.abstract'; import { MongodbService } from '../../../services/mongodb/mongodb.service'; export declare class Harrow2032DaoService extends DaoBase { private readonly mongoConnection; protected getCollection(): any; protected isCoupledThing(): boolean; private harrow2032Collection; constructor(mongoConnection: MongodbService); }