/** * OrchestrationOverlay — mounted globally in main.tsx, shown whenever the * orchestration store flips to `isFrozen=true`. Blocks user interaction during * environment / database switches until readiness is confirmed. * * Visual discipline: a single subtle pulse on one ShieldAlert icon — no * scale-150 aura blur, no separate spinner, no triple-feedback. */ export declare function OrchestrationOverlay(): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=OrchestrationOverlay.d.ts.map