export declare const collectionToMap: <T>(data: T[], key: keyof T, value: keyof T) => Map<string, T[keyof T]>;
