import MT5WebClient from '.'; import { MT } from './types'; export declare class GroupService { #private; private static instances; static getInstance(name: string, pool: MT5WebClient): GroupService; Group: string; Symbols: Record; Prices: Record; getSymbol: (symbol: string) => Promise; private constructor(); getInfo(): Promise; bootstrap: () => Promise; }