import { AbstractException } from '../../Model/Exception/AbstractException'; import { Type } from '../Type'; import { AbstractMessage } from './../AbstractMessage'; export declare class RegisterSchemaChangesRequest extends AbstractMessage { type: Type; body: null; constructor(uuid?: string, error?: AbstractException, from?: string); }