import { SecuritiesStore } from "./SecuritiesStore"; import { PortfolioStore } from "./PortfolioStore"; import { CurrenciesStore } from "./CurrenciesStore"; export declare class TradeBotStore { readonly securitiesStore: SecuritiesStore; readonly portfolioStore: PortfolioStore; readonly currenciesStore: CurrenciesStore; constructor(); }