import type { IntlShape } from '@formatjs/intl';
export type FormatRelativeTimeParameters = Parameters<IntlShape<string>['formatRelativeTime']>;
export declare function formatRelativeTime(intlShape: IntlShape, ...[value, unit, formatOptions]: FormatRelativeTimeParameters): string;
//# sourceMappingURL=format-relative-time.d.ts.map