export declare class MarkdownString { private _value; constructor(_value: string); value: () => string; }