export declare type RateLimitQueueFilter = (rateLimitData: RateLimitData) => Promise<boolean> | boolean;
A function that determines whether the rate limit hit should throw an Error
(rateLimitData: RateLimitData) => Promise<boolean> | boolean
export declare type RateLimitQueueFilter = (rateLimitData: RateLimitData) => Promise<boolean> | boolean;
A function that determines whether the rate limit hit should throw an Error