import { ServiceLevelAgreementResponse } from '../models/api/ServiceLevelAgreementResponse';
import { ServiceLevelAgreement } from '../models/ServiceLevelAgreement';
import { MapFunction } from '../services/Mapper';
export declare const mapServiceLevelAgreementResponseToServiceLevelAgreement: MapFunction<ServiceLevelAgreementResponse, ServiceLevelAgreement>;
