import type { IndicatorConfig } from '../types'; export interface ChartWorkspaceBridge { goToMarket(market: string): void; getSymbol(): string; getIndicators(): IndicatorConfig[]; }