import type { DesktopRuntimeState } from '../shared/types.js'; export type RendererTranslator = (key: string, params?: Record) => string; export declare function buildRuntimeMeta(state: DesktopRuntimeState, t: RendererTranslator): string; export declare function buildVersionLine(state: DesktopRuntimeState): string; export declare function emptyDashboardMessage(state: DesktopRuntimeState, t: RendererTranslator): string; export declare function shouldKeepLoadedDashboardDuringDegradedState(state: DesktopRuntimeState): boolean; export declare function isRuntimeState(value: unknown): value is DesktopRuntimeState; //# sourceMappingURL=runtime-state.d.ts.map