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