import type { Handler } from 'express';
import type { InitOptions } from 'i18next';
declare const i18nMiddleware: (options: InitOptions) => Handler;
export { i18nMiddleware };
//# sourceMappingURL=i18n.d.ts.map