import { HttpRequestHeaders } from './index'; export interface IHttpDelete { delete(path: string, headers?: HttpRequestHeaders): Promise; }