populateRatelimitErrorResponseSummaryPopulates a server response with the data from a Discord 429 REST responseexport declare function populateRatelimitErrorResponse(res: ServerResponse, error: RateLimitError): void;ParametersNameTypeOptionalDescriptionresServerResponseNoThe server response to populateerrorRateLimitErrorNoThe error to populate the response with