export default function sanitiseUrl(url: any): { hasChanged: boolean; url: any; };