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