import { ILayerTool, IMapTool } from 'geovisto'; /** * Checks if id is present and valid */ export declare const validateId: (id: string | undefined) => void; /** * Returns if object implements ILayerTool interface */ export declare const isLayerTool: (tool: IMapTool) => tool is ILayerTool, import("geovisto/dist/model/types/layer/ILayerToolConfig").ILayerToolConfig, import("geovisto/dist/model/types/tool/IMapToolProps").IMapToolInitProps>;