import type { Logger } from '../logger.js'; import type { PoltergeistConfig } from '../types.js'; interface RunPanelOptions { config: PoltergeistConfig; projectRoot: string; configPath?: string; logger: Logger; gitSummaryMode?: 'ai' | 'list'; scriptEventsToStdout?: boolean; } export declare function runStatusPanel(options: RunPanelOptions): Promise; export {}; //# sourceMappingURL=run-panel.d.ts.map