import type { DrizzleExecutor } from "../drizzle.js"; import type { MutationHint } from "../chat/types.js"; /** Resolves pluginManagementRequests left processing by a stopped complete-server process according to the durable installation outcome. This restart boundary prevents approval cards from remaining permanently claimed while preserving audit and reactive chat evidence for the recovered terminal state. */ export declare function pluginManagementRequestRecoverProcessing(executor: DrizzleExecutor): Promise; //# sourceMappingURL=pluginManagementRequestRecoverProcessing.d.ts.map