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