import type { DrizzleExecutor } from "../drizzle.js"; /** Lists terminal pluginManagementRequests whose staged package directories can be reclaimed and does not mutate durable state. This restart-cleanup boundary prevents resolved approval snapshots from accumulating after a process stops between resolution and filesystem cleanup. */ export declare function pluginManagementRequestListTerminalIds(executor: DrizzleExecutor): Promise; //# sourceMappingURL=pluginManagementRequestListTerminalIds.d.ts.map