import type { JsonValue } from "#shared/json.js";
import type { TaskView } from "#tasks/types.js";
export declare function formatTaskNotification(view: TaskView): string;
export declare function formatTaskOutput(output: JsonValue): string;
