type MapboxStyle = string | { toJS?: Function, layers: Array }; export function normalizeStyle(style?: MapboxStyle): null | MapboxStyle;