import { NextRequest, NextResponse } from 'next/server';
import { Config } from './types';
declare function i18nRouter(request: NextRequest, config: Config): NextResponse;
export default i18nRouter;
