/** * Elrest eDesign Runtime Library Messages Model Worker Module * * @copyright 2024 Elrest AutomationsSysteme GMBH */ import { ExecutionMode } from '../ExecutionMode'; import { ExecutionOptions } from '../ExecutionOptions'; /** @codex-xmi-id 1eb8f5b0-c5fe-5f6b-924b-a86fcd8f125c */ export declare class CC100IODataAdapterExecutionOptions extends ExecutionOptions { mode: ExecutionMode; script: string; }