declare function useAuthorization(email: string, password: string, apiUrl: string): string; export default useAuthorization;