declare const $currency: (locale: string, currency: string) => Intl.NumberFormat; declare const $list: (locale: string, style: Intl.ListFormatStyle, type: Intl.ListFormatType) => Intl.ListFormat; declare const $timeago: (locale: string, date?: null | any) => string | undefined; export { $currency, $list, $timeago };