import { GetSchemaRequestBody } from '../../Model/Data'; import { AbstractException } from '../../Model/Exception/AbstractException'; import { AbstractMessage } from './../AbstractMessage'; import { Type } from './../Type'; /** @codex-xmi-id e27a5e6c-2f3e-5fa9-a6b9-e1dcfb9e387f */ export declare class GetSchemaRequest extends AbstractMessage { type: Type; body: GetSchemaRequestBody; constructor(path: string, level?: number, uuid?: string, error?: AbstractException, from?: string); }