export declare const getSingleStockInfo: (stock: string) => Promise<any>;
