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