/** * The locale code that templates in this source code are written in. */ export declare const sourceLocale = "en"; /** * The other locale codes that this application is localized into. Sorted * lexicographically. */ export declare const targetLocales: readonly ["es-419", "zh-Hans"]; /** * All valid project locale codes. Sorted lexicographically. */ export declare const allLocales: readonly ["en", "es-419", "zh-Hans"];