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