export declare function plucker(prop: string): (item: any) => any; export declare function removeDups(arr: T[]): T[]; export declare function to_map(m: any): Map;