import { AlertService } from '../../alert/alert.service'; import { CoreWorkflowService } from '../core-workflow.service'; import { DialogService } from '../../../services/dialog.service'; import { BaseEditComponent } from '../../base-edit/base-edit/base-edit.component'; import { ActivatedRoute, Router } from '@angular/router'; import { Subscription } from 'rxjs'; import { ICorePageEditCRUD } from '../../core-page-edit/ICorePageEditCRUD'; import { ICoreFormSection } from '../../core-form/core-form/enum-interfaces'; import { FormGroup } from '@angular/forms'; import { CoreFormService } from '../../core-form/core-form.service'; import * as i0 from "@angular/core"; export declare class WfGlobalConfigComponent extends BaseEditComponent { dialogService: DialogService; captionCode: string; wfs: CoreWorkflowService; alertService: AlertService; cfs: CoreFormService; constructor(dialogService: DialogService); router: Router; route: ActivatedRoute; loading: boolean; entityTable: string; subscriptions: Subscription[]; crud: ICorePageEditCRUD; sections: ICoreFormSection[]; private toggleWatchdogBccEmailsVisibility; onFormCreated(e: FormGroup): void; onFormReinit(e: string): void; onGotById(e: any): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }