declare const getNow: (locale?: string | { locale: string; } | undefined) => Promise; export default getNow;