import type { Config } from '../config/schema'; import type { EventBus } from '../events/bus'; import type { StateStore } from '../state/store'; import { startPrSnapshotPoller } from './poller'; export declare function mountDashboard(bus: EventBus, state: StateStore, config: Config): Promise; export { startPrSnapshotPoller };