import { TaskOrEmpty } from "../types/public-types";
export declare const getInitialClosedTasks: (tasks: readonly TaskOrEmpty[]) => Readonly<Record<string, true>>;
