import type { OpenCodeContext } from "../../../types/plugin"; import type { BackgroundAgentManager } from "../../../runtime"; import type { BackgroundCancelArgs } from "./types"; export declare function handleBackgroundCancel(manager: BackgroundAgentManager, ctx: OpenCodeContext, args: BackgroundCancelArgs): Promise;