import {Style} from 'ol'; export interface IStyleCache{ [id: string]: Style; };