export declare function stripLocaleFromUrl(url: string, locale: string | undefined, includePrefixSeparator?: boolean): string;
