1 | import { RelativeTimeFormatInternal } from '@formatjs/ecma402-abstract';
|
2 | export declare function PartitionRelativeTimePattern(rtf: Intl.RelativeTimeFormat, value: number, unit: Intl.RelativeTimeFormatUnit, { getInternalSlots, }: {
|
3 | getInternalSlots(rtf: Intl.RelativeTimeFormat): RelativeTimeFormatInternal;
|
4 | }): Intl.RelativeTimeFormatPart[];
|