export declare function normalizeLocalePath(pathname: string, locales?: string[]): {
    detectedLocale?: string;
    pathname: string;
};
