/** Adaptive value formatter with compact suffixes. Worklet-safe. */ export declare function formatValue(v: number): string; /** HH:MM:SS time formatter. Worklet-safe. */ export declare function formatTime(t: number): string; //# sourceMappingURL=format.d.ts.map