import { ValueFlashState } from './constants.js'; export declare function setupValueFlash(state: ValueFlashState, value: string, now: number): void; export declare function renderValueFlash(state: ValueFlashState, value: string, now: number, getRandomChar: () => string): string; export declare function updateValueKpi(map: Map, id: string, value: string, now: number, isComplete: boolean, staticLine: boolean): ValueFlashState; export declare function updateHeaderMetricImpl(id: string, kind: "tps" | "ctx", value: string, now: number, isComplete: boolean, staticLine: boolean, animationEnabled: boolean, tpsState: Map, ctxState: Map, getRandomChar: () => string): string; //# sourceMappingURL=value-flash.d.ts.map