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