import { TReferenceProps } from '../../..'; import { IStringProps, TStringValidatorResult } from '../_types'; export interface IIsLocaleProps { } /** * Check if the string is a locale. */ export declare const isLocale: (props?: TReferenceProps & IStringProps) => TStringValidatorResult;