export default class ApiModule { private vrc; constructor(vrc: any); protected readonly userId: string; protected getReq(url: string, params?: object): Promise; protected deleteReq(url: string): Promise; private request; protected postReq(url: string, body?: object): Promise; protected putReq(url: string, body?: object): Promise; }