import type { FormatNumberOptions } from '../../../../../shared'; export declare const numberFormat: (val: number, round?: number, options?: FormatNumberOptions) => string | null;