/** * Elrest eDesign Runtime IPC Typescript Message Export List Response * * @copyright 2024 Elrest Automations Systeme GMBH */ import { Instance } from '../../Model/Instance'; import { AbstractMessage } from '../AbstractMessage'; import { Type } from '../Type'; import { Response } from './../../Model/Pagination/Response'; export declare class ExportListResponse extends AbstractMessage { type: Type; body: Response; }