import type { IsAlphaOptions } from './lib-types'; export default function isAlpha(_str: string, locale?: string, options?: IsAlphaOptions): boolean; export declare const locales: string[];