import { OnDestroy, OnInit } from '@angular/core'; import { MessageService } from 'primeng/api'; import { TasksService } from '../../../_services/tasks.service'; import { Subscription } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TasksComponent implements OnInit, OnDestroy { private messageService; private readonly tasksService; tasksServiceSubscription: Subscription; constructor(messageService: MessageService, tasksService: TasksService); ngOnInit(): void; ngOnDestroy(): void; runActions(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }