export declare function populateSuccessfulResponse(res: ServerResponse, data: ResponseLike): Promise<void>;
Populates a server response with the data from a Discord 2xx REST response
Parameters
ServerResponse res:
The server response to populate
ResponseLike data:
The data to populate the response with