export declare type RateLimitQueueFilter = (rateLimitData: RateLimitData) => Promise<boolean> | boolean;