export declare function sendPost(host: string, path: string, body: any, headers?: { [key: string]: string; }): Promise;