/**
 * Copyright (c) 2020-present, Goldman Sachs
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
import { type DataSpace, type DataSpaceDiagram, type DataSpaceElementPointer, type DataSpaceExecutable, type DataSpaceExecutionContext, type DataSpaceSupportInfo } from '../../../graph/metamodel/pure/model/packageableElements/dataSpace/DSL_DataSpace_DataSpace.js';
export declare const observe_DataSpaceExecutionContext: (metamodel: DataSpaceExecutionContext) => DataSpaceExecutionContext;
export declare const observe_DataSpaceElementPointer: (metamodel: DataSpaceElementPointer) => DataSpaceElementPointer;
export declare const observe_DataSpaceExecutable: (metamodel: DataSpaceExecutable) => DataSpaceExecutable;
export declare const observe_DataSpaceDiagram: (metamodel: DataSpaceDiagram) => DataSpaceDiagram;
export declare const observe_DataSpaceSupportInfo: (metamodel: DataSpaceSupportInfo) => DataSpaceSupportInfo;
export declare const observe_DataSpace: (metamodel: DataSpace) => DataSpace;
//# sourceMappingURL=DSL_DataSpace_ObserverHelper.d.ts.map