import StockApi from "../../types/stocks/index"; /** * 基础股票代码接口 */ declare const Base: StockApi; export default Base;