import type { Locale } from 'use-intl'; declare function getConfigNowImpl(locale?: Locale): Promise; declare const getConfigNow: typeof getConfigNowImpl; export default getConfigNow;