import type { DrizzleExecutor } from "../drizzle.js"; /** * Reads one pluginInstallations container name so lifecycle orchestration can stop durable runtime resources before committing uninstall. * This boundary exposes no variables or package configuration and does not mutate durable state. */ export declare function pluginInstallationGetContainerName(executor: DrizzleExecutor, installationId: string): Promise; //# sourceMappingURL=pluginInstallationGetContainerName.d.ts.map