declare function watchUser(authToken: string, apiUrl: string, cb: () => void): Promise; export default watchUser;