export declare class Marker {
    private static _instance;
    static get instance(): Marker;
    private readonly _marker;
    private constructor();
    get(): Symbol;
}
