export declare class MapService { static getMapByProperty(property: string, array: Array | undefined): Map; }