import { ConcurrencyV2CreateRequest } from '../models/api/ConcurrencyV2CreateRequest';
import { ConcurrencyV2Create } from '../models/ConcurrencyV2Create';
import { MapFunction } from '../services/Mapper';
export declare const mapConcurrencyV2CreateToConcurrencyV2CreateRequest: MapFunction<ConcurrencyV2Create, ConcurrencyV2CreateRequest>;
