import { type RelativeTimeFormatInternal } from "@formatjs/ecma402-abstract";
export declare function FormatRelativeTime(rtf: Intl.RelativeTimeFormat, value: number, unit: Intl.RelativeTimeFormatUnit, implDetails: {
	getInternalSlots(rtf: Intl.RelativeTimeFormat): RelativeTimeFormatInternal;
}): string;
