/**
 * Universal redirect plugin for i18n routes (works on both server and client).
 * Handles locale detection, 404 checks, and redirects.
 * Client SPA redirects are handled by i18n-redirect route middleware.
 */
declare const _default: import("nuxt/app").Plugin<Record<string, unknown>> & import("nuxt/app").ObjectPlugin<Record<string, unknown>>;
export default _default;
