import type { TimeScrollConfig } from "../types"; /** * Resolve whether historical time-scroll views should suppress indicators that * still point at the live price. */ export declare function resolveHideLiveOnScrollBack(timeScroll: boolean | TimeScrollConfig | undefined, followViewEdge: boolean): boolean; /** Worklet-safe opacity gate shared by the live badge, dot, and dashed value line. */ export declare function liveIndicatorScrollOpacity(hideLiveOnScrollBack: boolean, viewEnd: number | null): 0 | 1; //# sourceMappingURL=liveIndicatorVisibility.d.ts.map