/** * Elrest eDesign Runtime IPC Typescript Model Runtime * * @copyright 2024 Elrest Automations Systeme GMBH */ export declare class NativeStack { message: Array<{ ps: string; symbol: string; }>; constructor(message: Array<{ ps: string; symbol: string; }>); }