import { IKeyObjectValue } from "../../../type"; export declare class Syminfo { private _syminfo; update(syminfo: IKeyObjectValue): void; get __syminfo(): IKeyObjectValue; get root(): any; get prefix(): any; get mintick(): any; get pointvalue(): any; get basecurrency(): any; get country(): any; get currency(): any; get description(): any; get employees(): any; get expiration_date(): any; get industry(): any; get minmove(): any; get session(): any; get timezone(): any; get ticker(): any; get tickerid(): any; }