import type { RuntimeSessionDisplayMetadata } from "./types.js"; export declare const RUNTIME_SESSION_DISPLAY_TITLE_SOURCES: readonly ["session_name", "task_hint", "workspace", "tracking_ref", "fallback"]; export declare function parseRuntimeSessionDisplayMetadata(value: unknown): RuntimeSessionDisplayMetadata | null; export declare function parseRuntimeSessionIdentityKey(value: unknown): string | null; export declare function isRuntimeDebugIdentifierTitle(title: string, identifiers: Iterable): boolean; //# sourceMappingURL=icm.d.ts.map