import type { DrizzleExecutor } from "../drizzle.js"; import type { PluginSecretProtector } from "./secrets.js"; import { type PluginRuntimeConfiguration } from "./types.js"; /** * Resolves one installed manifest into its private runtime configuration, revealing encrypted values only for process environment or remote header materialization. * This read-only boundary does not mutate durable state and keeps secret recovery out of routes, catalog projections, and lifecycle orchestration. */ export declare function pluginInstallationGetRuntimeConfiguration(executor: DrizzleExecutor, secretProtector: PluginSecretProtector, installationId: string): Promise; //# sourceMappingURL=pluginInstallationGetRuntimeConfiguration.d.ts.map