import { HttpRequestHeaders } from './index'; export interface IHttpPut { put(path: string, param: any, headers?: HttpRequestHeaders): Promise; }