/** @deprecated This class is deprecated. Copy it to your project */ declare const _default: { urlify(a: string): string; /** * * @param url * @returns last segment in a url without slashes */ getLastSegmentInURL(url: string | null): string; }; export default _default;