| Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/next/dist/client/ |
| Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/next/dist/client/get-domain-locale.d.ts |
import type { DomainLocale } from '../server/config';
export declare function getDomainLocale(path: string, locale?: string | false, locales?: readonly string[], domainLocales?: readonly DomainLocale[]): string | false;