export declare class MapUtils { static getKeys(map: Map): K[]; static getValues(map: Map): V[]; } //# sourceMappingURL=MapUtils.d.ts.map