import { type Locale } from "./locale/index.ts";
declare type FormatNumberOptions = {
    locale?: Locale;
};
export declare function formatNumber(num: string | number | null | undefined, format?: string, options?: FormatNumberOptions): string;
export {};
//# sourceMappingURL=formatNumber.d.ts.map