import { AbstractException } from '../../Model/Exception/AbstractException'; import { Type } from '../Type'; import { AbstractMessage } from './../AbstractMessage'; /** @codex-xmi-id aaea090d-8cef-54be-9bf3-f9d484caf100 */ export declare class RegisterSchemaChangesRequest extends AbstractMessage { type: Type; body: null; constructor(uuid?: string, error?: AbstractException, from?: string); }