import type { Task } from "./types"; export declare function formatTask(task: Task): string;