declare function redirect(path: string): { augId: string; path: string; }; export default redirect;