import type { DrizzleExecutor } from "../drizzle.js"; /** * Lists plugin installation ids eligible for startup recovery while leaving broken packages quarantined until an explicit update or reinstall. * This read-only worker boundary does not mutate durable state and prevents known-invalid package code from being loaded after restart. */ export declare function pluginInstallationListIds(executor: DrizzleExecutor): Promise; //# sourceMappingURL=pluginInstallationListIds.d.ts.map