import { ConcurrencyLimitResponse } from '../models/api/ConcurrencyLimitResponse'; import { ConcurrencyLimit } from '../models/ConcurrencyLimit'; import { MapFunction } from '../services/Mapper'; export declare const mapConcurrencyLimitResponseToConcurrencyLimit: MapFunction;