/**
 * performs the got request and formats the body for ogs
 *
 * @param {object} gotOptions - options for got
 * @param {object} ogsOptions - options for ogs
 * @return {object} formatted request body and response
 *
 */
export default function requestAndResultsFormatter(gotOptions: any, ogsOptions: any): Promise<any>;