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