export declare function arr2map<T>(arr: T[], keyId: string): Record<string, T>;
