export declare class Locale { name: string; code: string; json: string; is_default: boolean; dir: string; }