/**
 * 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 ModelSchema } from 'serializr';
import { V1_Service } from '../../../model/packageableElements/service/V1_Service.js';
import { V1_ServiceTest } from '../../../model/packageableElements/service/V1_ServiceTest.js';
import { V1_ConnectionTestData } from '../../../model/packageableElements/service/V1_ConnectionTestData.js';
import { V1_ParameterValue } from '../../../model/packageableElements/service/V1_ParameterValue.js';
import { V1_TestData } from '../../../model/packageableElements/service/V1_TestData.js';
import { V1_ServiceTestSuite } from '../../../model/packageableElements/service/V1_ServiceTestSuite.js';
import type { PureProtocolProcessorPlugin } from '../../../../PureProtocolProcessorPlugin.js';
export declare const V1_SERVICE_ELEMENT_PROTOCOL_TYPE = "service";
export declare const V1_connectionTestDataModelSchema: (plugins: PureProtocolProcessorPlugin[]) => ModelSchema<V1_ConnectionTestData>;
export declare const V1_parameterValueModelSchema: ModelSchema<V1_ParameterValue>;
export declare const V1_testDataModelSchema: (plugins: PureProtocolProcessorPlugin[]) => ModelSchema<V1_TestData>;
export declare const V1_serviceTestModelSchema: ModelSchema<V1_ServiceTest>;
export declare const V1_serviceTestSuiteModelSchema: (plugins: PureProtocolProcessorPlugin[]) => ModelSchema<V1_ServiceTestSuite>;
export declare const V1_serviceModelSchema: (plugins: PureProtocolProcessorPlugin[]) => ModelSchema<V1_Service>;
//# sourceMappingURL=V1_ServiceSerializationHelper.d.ts.map