import { FormatNumberOptions, Numeric } from "../typing"; export declare function formatNumber(input: Numeric, options: FormatNumberOptions): string;