/** * from https://github.com/GetPowCaptcha/powcaptcha */ /** * Dynamically loads the data for a specific language. * Vite/Rollup will create separate chunks for each file in ./locales/ * @param locale - The language code to load (e.g., "es", "ca") * @returns {Promise} - True if successfully loaded, false otherwise. */ export declare function loadLocale(locale: string): Promise; export declare function setLocale(locale: string): void; export declare function t(key: string): string; export declare function getBrowserLocale(): string; //# sourceMappingURL=localization.d.ts.map