import { Config } from '../../../../types'; import { RestInstrumentResponse } from '../../../types'; import { RestInsider } from '../../rest-insider'; /** * 产品更新,包括交易量以及报价 */ export declare class Instrument extends RestInsider { constructor(config: Config); fetch(): Promise; }