export declare class KeyValuePair { key: string; value: any; }