export declare function convertToMap<T1, T2>(list: [T1, T2][]): Map<T1, T2>;
