/**
* Extracts rate limit headers from the provided headers and attaches them to the target object
* @paramheaders - source headers
* @paramtarget - target object to attach rate limit info to
*/exportdeclarefunctionextractRateLimitHeaders(headers: any, target: any): void;