import { type RuntimeMetadata, type RuntimeView } from "./types.js"; export declare function probeRuntime(metadata: RuntimeMetadata, timeoutMs?: number): Promise; export declare function listLiveRuntimeMetadata(): Promise; export declare function findLiveRuntime(sessionIdOrPrefix: string): Promise; export declare function latestLiveRuntime(cwd: string): Promise; export declare function listLiveSessionRuntimes(): Promise;