import { IRateLimitInfo } from "../types/x-api/base_response";
export declare function parseRateLimitHeaders(headers: Headers): IRateLimitInfo;
export declare function isRateLimitExceeded(rateLimitInfo?: IRateLimitInfo): boolean;
export declare function getTimeUntilReset(rateLimitInfo?: IRateLimitInfo): number;
