import type { Format } from '../numbers/format-number'; export declare function humanize(value?: string, format?: Format): string;