import type { Config } from "@/types"; import type { Storage } from "../../../storage/storage.js"; import type { AgentDescriptor } from "./agentDescriptorTypes.js"; import type { AgentLifecycleState } from "./agentTypes.js"; /** * Lists persisted agents with descriptors and last-updated timestamps. * Expects: storage migrations are applied before listing. */ export declare function agentList(storageOrConfig: Storage | Config): Promise>; //# sourceMappingURL=agentList.d.ts.map