import type { DrizzleExecutor } from "../drizzle.js"; /** Authorizes an administrator and returns the process-local resources for one installation without mutating durable state. This boundary lets orchestration stop the exact runtime before the later pluginInstallations deletion. */ export declare function pluginInstallationGetUninstallContext(executor: DrizzleExecutor, actorUserId: string, installationId: string): Promise<{ containerName?: string; }>; //# sourceMappingURL=pluginInstallationGetUninstallContext.d.ts.map