/** * Elrest eDesign Runtime IPC Typescript Messages Instance * * @copyright 2024 Elrest Automations Systeme GMBH */ import { AbstractMessage } from '../AbstractMessage'; import { Type } from '../Type'; /** @codex-xmi-id c415d207-fd30-516f-80b4-ad6aae7b3e8c */ export declare class ListNamespacesResponse extends AbstractMessage { type: Type; body: Array; }