import type { DrizzleExecutor } from "../drizzle.js"; import type { PluginSkillSourceRecord } from "./impl/pluginSkillSource.js"; /** * Lists the immutable package snapshots for plugins with at least one ready installation so agent submissions can discover their skills without depending on the mutable built-in catalog. * Each installation retains its own package snapshot so independently upgraded skill versions remain isolated and deterministic. */ export declare function pluginSkillsListReady(executor: DrizzleExecutor): Promise; //# sourceMappingURL=pluginSkillsListReady.d.ts.map