#!/usr/bin/env node import { type IsolationConfig } from "./daemon/index.js"; /** Build the isolation config from CLI flags: containerized by default; `--host` is the escape hatch. */ export declare function isolationFromFlags(): IsolationConfig;