export declare type Task = { id: number; text: string; isDone: boolean; };