export type Marker = symbol;
export declare const MARKERS: {
    [key: string]: Marker;
};
