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