import { Task } from './task.model'; export declare class TaskCollection { total: number; tasks: Task[]; }