import { IKeyObjectValue } from "../../../type"; import { BuiltInVariables } from "../buildInVariables"; export declare class Syminfo { private _syminfo; private _variables; constructor(variables: BuiltInVariables); update(syminfo: IKeyObjectValue): void; get __syminfo(): IKeyObjectValue; 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 mintick(): any; get pointvalue(): any; get prefix(): any; get pricescale(): any; get recommendations_buy(): any; get recommendations_buy_strong(): any; get recommendations_date(): any; get recommendations_hold(): any; get recommendations_sell(): any; get recommendations_sell_strong(): any; get recommendations_total(): any; get root(): any; get sector(): any; get session(): any; get shareholders(): any; get shares_outstanding_float(): any; get shares_outstanding_total(): any; get target_price_average(): any; get target_price_date(): any; get target_price_estimates(): any; get target_price_high(): any; get target_price_low(): any; get target_price_median(): any; get ticker(): any; get tickerid(): any; get timezone(): any; get type(): any; get volumetype(): any; get current_contract(): any; get mincontract(): any; get main_tickerid(): any; }