/**
 * - Create a request object
 * - Get response body
 * - Check if timeout
 */
export default function fetchAdapter(config: any): Promise<any>;
