/** * Elrest eDesign Runtime IPC Typescript Model Runtime * * @copyright 2024 Elrest Automations Systeme GMBH */ /** @codex-xmi-id 142f7b59-39e2-5e66-b1d5-94e6710bb9b0 */ export declare class NativeStack { message: Array<{ ps: string; symbol: string; }>; constructor(message: Array<{ ps: string; symbol: string; }>); }