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