import type { Config } from "@/types"; import type { Storage } from "../../../storage/storage.js"; import type { BackgroundAgentState } from "./agentTypes.js"; /** * Lists persisted background agents with coarse status (no in-memory queue data). * Expects: storage migrations are applied before listing. */ export declare function agentBackgroundList(storageOrConfig: Storage | Config): Promise; //# sourceMappingURL=agentBackgroundList.d.ts.map