import type { Config, Context } from "@/types"; import type { Storage } from "../../../storage/storage.js"; import type { AgentDescriptor } from "./agentDescriptorTypes.js"; /** * Loads an agent descriptor from SQLite storage. * Expects: migrations have been applied before reads. */ export declare function agentDescriptorRead(storageOrConfig: Storage | Config, ctx: Context): Promise; //# sourceMappingURL=agentDescriptorRead.d.ts.map