/** * * @param url * @returns */ declare const cleanURL: (url: string) => string; export default cleanURL;