/** * Helper which tests if a URL can safely be redirected to. Requires the URL to be relative. * @param url */ export default function isSafeRedirect(url: string): boolean;