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