import type { InitRuntime } from "./types.js"; /** * Validate an unknown value (from CLI args or a config file) and return it * as an `InitRuntime`. Throws with an actionable error when the value is * not one of `node | bun | deno`. */ export declare function parseRuntime(value: unknown): InitRuntime; //# sourceMappingURL=runtime.d.ts.map