/** * Elrest eDesign Runtime IPC Typescript Model Runtime * * @copyright 2024 Elrest Automations Systeme GMBH */ export declare class JavascriptStack { message: string; stack: Array; constructor(message: string, stack: Array); }