import { AbstractMessage } from '../AbstractMessage'; import { Type } from '../Type'; /** @codex-xmi-id c5a3e3bb-8448-5dd0-866a-a1f61076efcf */ export declare class ExportResponse extends AbstractMessage { type: Type; body: string; }