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