import * as vscode from "vscode"; export declare class Output { private static INSTANCE; private static extensionId; private constructor(); static getInstance(): vscode.OutputChannel; static setExtensionId(extensionId: string): void; }