/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ export declare class DebugText { private _text; get text(): string; constructor(); clear(): void; addLine(value: string): void; }