populateSuccessfulResponseSummaryPopulates a server response with the data from a Discord 2xx REST responseexport declare function populateSuccessfulResponse(res: ServerResponse, data: Dispatcher.ResponseData): Promise<void>;ParametersNameTypeOptionalDescriptionresServerResponseNoThe server response to populatedataDispatcher.ResponseDataNoThe data to populate the response with