/**
 * @returns url without locale prefix, "/es/about" => "/about"
 */
export declare function getUrlWithoutLocale(url: URL | string): string;
//# sourceMappingURL=getUrlWithoutLocale.d.ts.map