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