import { ManagedRuntime } from "effect"; import { get_args } from "./args.js"; import { NodeInspectState, ServiceInspectState } from "./states.js"; export declare const build_runtime: (args: Awaited>) => ManagedRuntime.ManagedRuntime;