import { Base, Type } from "./type"; /** * @hidden */ export declare class Locale extends Base { static $t: Type; static a(a: string): string; }