import { TUserData } from "../types"; /** * Getting user data by access token */ export declare const fetchUserData: () => Promise;