import type { DrizzleExecutor } from "../drizzle.js"; import type { PluginSkillSourceRecord } from "./impl/pluginSkillSource.js"; /** * Lists durable skill metadata for plugin packages that still have an installation so a previously accepted Rig callback remains resolvable across runtime status changes and server restarts. * Each installation contributes its own immutable package snapshot so callbacks remain bound to the exact installed version. */ export declare function pluginSkillsListInstalled(executor: DrizzleExecutor): Promise; //# sourceMappingURL=pluginSkillsListInstalled.d.ts.map