import { ConcurrencyV2Response } from '../models/api/ConcurrencyV2Response';
import { ConcurrencyV2Limit } from '../models/ConcurrencyV2Limit';
import { MapFunction } from '../services/Mapper';
export declare const mapConcurrencyV2ResponseToConcurrencyV2Limit: MapFunction<ConcurrencyV2Response, ConcurrencyV2Limit>;
