import { Value } from "../value"; export declare function formatValue(value: Value): string;