/** * `formatter.formatToParts(value)` where the engine has it, a derivation where it * does not. */ export declare function formatToParts(formatter: Intl.NumberFormat, value: number): Intl.NumberFormatPart[]; //# sourceMappingURL=formatToParts.d.ts.map