import type { I18nConfig } from './types.js'; import I18nApplication from './app/extend/application.js'; export declare function loadLocaleResources(app: I18nApplication, options: I18nConfig): Promise;