import type { RuntimeEnv } from "../runtime.js"; export declare function statusAllCommand(runtime: RuntimeEnv, opts?: { timeoutMs?: number; }): Promise;