import { type DrizzleExecutor } from "../drizzle.js"; import { type SetupSyncHint } from "./types.js"; /** * Atomically commits the healthy provider to sandbox_provider_selected and sandbox_provider_validated in serverSetupSteps and appends one syncEvents hint. * This administrator-only boundary makes the durable choice restart-safe and prevents agent execution from observing a selected but unvalidated provider. */ export declare function setupSandboxProviderSelect(executor: DrizzleExecutor, actorUserId: string, provider: { id: string; version?: string; }): Promise; //# sourceMappingURL=setupSandboxProviderSelect.d.ts.map