import type { RuntimeEnv } from "../runtime.js"; export declare function setupCommand(opts?: { workspace?: string; }, runtime?: RuntimeEnv): Promise;