import type { BackgroundAgentManager } from "../../../runtime"; import type { OpenCodeContext } from "../../../types/plugin"; import type { BackgroundOutputArgs } from "./types"; export declare function handleBackgroundOutput(manager: BackgroundAgentManager, args: BackgroundOutputArgs, client?: OpenCodeContext["client"]): Promise;