/** Compact, path-free human presentation for `opensip status`. */ import { type ViewNode } from '@opensip-cli/cli-ui'; import type { RuntimeStatusResult } from '@opensip-cli/contracts'; /** Render the customer-visible status projection without revealing filesystem locations. */ export declare function viewRuntimeStatus(result: RuntimeStatusResult): ViewNode; //# sourceMappingURL=runtime-status-view.d.ts.map