import { Data } from "../types"; export declare const formatToParts: (value: number | bigint | string, { locales, format, }: { locales?: Intl.LocalesArgument; format?: Intl.NumberFormatOptions; }, prefix?: string, suffix?: string) => Data;