import { FrameContext } from '@farris/devkit'; /** * 删除服务 */ declare class SaveDataService { private frameContext; private notifyService; private messageService; private loadingService; private errorService; private languageService; private befRepository; /** * 构造函数 * @param frameContext 组件上下文 */ constructor(frameContext: FrameContext); } export { SaveDataService };