/** * Lease-stable orchestration for the read-only runtime-status projection. */ import { type ExecuteRuntimeStatusInput } from './runtime-status-context.js'; import type { RuntimeStatusResult } from '@opensip-cli/contracts'; /** Inspect local runtime storage without creating or opening any state. */ export declare function executeRuntimeStatus(input: ExecuteRuntimeStatusInput): Promise; //# sourceMappingURL=runtime-status-coordination.d.ts.map