import { Instance } from './Instance'; import { TrendExecutionOptions } from './TrendExecutionOptions'; export declare class TrendInstance extends Instance { code: string; namespace: string; executionOptions: TrendExecutionOptions; }