declare function fetchUserData(userId: string): Promise; export { fetchUserData };