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