/** * Prefix an app-local href with the active non-default language. External and * protocol-relative hrefs pass through unchanged. */ export declare const localizeHref: (href: string, language: string | undefined, defaultLanguage: string) => string; //# sourceMappingURL=localize-href.d.ts.map