import { ConcurrencyV2UpdateRequest } from '../models/api/ConcurrencyV2UpdateRequest';
import { ConcurrencyV2Update } from '../models/ConcurrencyV2Update';
import { MapFunction } from '../services/Mapper';
export declare const mapConcurrencyV2UpdateToConcurrencyV2UpdateRequest: MapFunction<ConcurrencyV2Update, ConcurrencyV2UpdateRequest>;
