import type { AgentToolResult } from "@lpb-work/pi-agent-core"; import type { Details, SubagentState } from "../../shared/types.ts"; export declare function stopAsyncRun(state: SubagentState, runId: string | undefined, kill?: (pid: number, signal?: NodeJS.Signals | 0) => boolean, location?: { asyncDir: string | null; resolvedId?: string; }): AgentToolResult
| null; //# sourceMappingURL=async-stop-action.d.ts.map