export function getAll(): any;
export function getOne(id: any): any;
export function addWatchlist(name: any, symbols?: undefined): any;
export function addToWatchlist(id: any, symbol: any): any;
export function updateWatchlist(id: any, newWatchList: any): any;
export function deleteWatchlist(id: any): any;
export function deleteFromWatchlist(id: any, symbol: any): any;
