import { FormNotifyService } from "./form-notify.service"; export declare class DataCheckService { private formNotifyService; constructor(formNotifyService: FormNotifyService); checkBeforeView(id: string): true | Promise; checkBeforeEdit(id: string): true | Promise; ifSkipCheck(id: string): boolean; }