import { OnInit } from '@angular/core'; import { FormControl } from '@angular/forms'; import { DataService, GetAllScheduledTasksQuery, NotificationService } from '@vendure/admin-ui/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare const GET_SCHEDULED_TASKS_LIST: import("apollo-angular").TypedDocumentNode; export declare class ScheduledTaskListComponent implements OnInit { private dataService; private notificationService; tasks$: Observable; liveUpdate: FormControl; constructor(dataService: DataService, notificationService: NotificationService); ngOnInit(): void; toggleEnabled(task: GetAllScheduledTasksQuery['scheduledTasks'][0]): void; runTask(task: GetAllScheduledTasksQuery['scheduledTasks'][0]): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }