import { RequestOptions } from './RequestOptions'; declare function cleanup(url: string | object | RequestOptions, options?: Object | RequestOptions): RequestOptions; export = cleanup;