export default class RequestHeader { key: string; value: string; constructor(key: string, value: string); }