import { Locale } from '../Locale'; export declare const isLocale: (locale: unknown) => locale is Locale;