/// <reference types="heremaps" />
export interface IOptionalSetMapMethod {
    setMap?(map: H.Map): void;
}
