import type { SessionEntry } from "../config/sessions.js"; export type FallbackNoticeState = Pick; export declare function resolveActiveFallbackState(params: { selectedModelRef: string; activeModelRef: string; state?: FallbackNoticeState; }): { active: boolean; reason?: string; };