import type { BackgroundTask } from "../../features/background-agent";
export declare function formatTaskStatus(task: BackgroundTask): string;
