declare function httpreq(type: string, baseURL: string): Promise<unknown>;
export default httpreq;
