export declare type Key = number | any;
export declare type Value = any;
