import { Marker } from './marker';
export declare function getMarkerFor(filename: string): Marker;
