import { type RequestOptions } from "http"; export default function asyncRequest(options: RequestOptions, form_data?: string): Promise>;