/** * Converts a value to a string that can be displayed in the UI. */ export declare function formatValue(value: unknown): string | number; //# sourceMappingURL=format-value.d.ts.map