export default class HttpRequest { url: string; body: string; constructor(url: string, body: string); }