export type PanelState = 'collapsed' | 'expanded'; export interface ShellReadyDetail { timestamp: number; }