export declare function removeLangPrefix(pathname: string, toArray?: false, locale?: string): string;
export declare function removeLangPrefix(pathname: string, toArray: true, locale?: string): string[];
