import * as types from './types';
export declare const createMarkers: ({ markers, selectedNames, rootPath }: types.CreateMarkers) => void;
