export declare abstract class Marker {
    abstract mark(context: any): string | string[];
}
