import { RestaurantService } from '~backend/business/restaurant/restaurant.service'; import { ConfigService } from '@nestjs/config'; import { CouchdbStaticService } from '~backend/couchdb/couchdb-static/couchdb-static.service'; export declare class MallIntegrationBackgroundService { private readonly restaurantService; private readonly configService; private readonly couchdbStaticService; private readonly logger; constructor(restaurantService: RestaurantService, configService: ConfigService, couchdbStaticService: CouchdbStaticService); private getReportManager; private publish; upload({ dates, restaurantId, }: { dates: string[]; restaurantId: string; }): Promise; /** replaced by dart mall-integration-server */ private runMallIntegration; }