export declare function populateRatelimitErrorResponse(res: ServerResponse, error: RateLimitError): void;
Populates a server response with the data from a Discord 429 REST response
Parameters
ServerResponse res:
The server response to populate
RateLimitError error:
The error to populate the response with