import { Comparable } from './condition/comparable'; export declare function formatValue(value: Comparable): string;