import { default as OlMap } from 'ol/Map';
export interface Tools {
}
export declare function createTools(olMap: OlMap): Tools;
