import { TaskOrEmpty } from "../types/public-types";
export declare const sortTasks: (taskA: TaskOrEmpty, taskB: TaskOrEmpty) => 1 | 0 | -1;
