declare const AGENT_GUI_COLLAPSED_MIN_WIDTH_PX = 460; declare function resolveStandaloneAgentGUIViewportMinimumWidthPx(input: { conversationRailCollapsed?: boolean | null; conversationRailWidthPx?: number | null; }): number; export { AGENT_GUI_COLLAPSED_MIN_WIDTH_PX, resolveStandaloneAgentGUIViewportMinimumWidthPx };