import type { i18nOptions } from '../types.js'; declare function initialize(options?: i18nOptions): void; export default initialize;