/** * Created by user on 2019/6/9. */ import * as Decorators from './decorators'; import { AbstractHttpClient } from './wrap/abstract'; import Bluebird from 'bluebird'; export declare type IBluebird = Bluebird; export { Decorators }; export { AbstractHttpClient };