import type { NextRequest } from 'next/server.js'; import type { ResolvedRoutingConfig } from '../routing/config.js'; import type { DomainsConfig, LocalePrefixMode, Locales, Pathnames } from '../routing/types.js'; /** * See https://developers.google.com/search/docs/specialty/international/localized-versions */ export default function getAlternateLinksHeaderValue | undefined, AppDomains extends DomainsConfig | undefined>({ internalTemplateName, localizedPathnames, request, resolvedLocale, routing }: { routing: Omit, 'pathnames'>; request: NextRequest; resolvedLocale: AppLocales[number]; localizedPathnames?: Pathnames[string]; internalTemplateName?: string; }): string;