import { Instance } from './Instance'; import { TrendExecutionOptions } from './TrendExecutionOptions'; /** @codex-xmi-id 68a19b28-a3c6-53a4-b3e8-89da9917d05c */ export declare class TrendInstance extends Instance { code: string; namespace: string; executionOptions: TrendExecutionOptions; }