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