import { RequestConfig, RequestPromise } from '../types/index'; export default function ajax(config: RequestConfig): RequestPromise;