import type { Config } from "@/types"; import type { Storage } from "../../../storage/storage.js"; import type { PermanentAgentSummary } from "./agentPermanentTypes.js"; /** * Lists persisted permanent agents with descriptors and timestamps. * Expects: storage migrations are applied before listing. */ export declare function agentPermanentList(storageOrConfig: Storage | Config): Promise; //# sourceMappingURL=agentPermanentList.d.ts.map