import { IMoexClient, IMoexConfig } from "./interfaces"; /** * Базовые запросы к MOEX ISS API. * {@link http://iss.moex.com/iss/reference/ MOEX ISS} */ declare const _default: (config?: IMoexConfig | undefined) => IMoexClient; export default _default;