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