declare const _default: {
    get: (uri: any, headers: any, encoding: string, expectedContentType: any) => Promise<any>;
    post: (uri: any, body: any, headers: any, encoding: string, expectedContentType: any) => Promise<any>;
};
export default _default;
//# sourceMappingURL=http-client.d.ts.map