import * as vscode from 'vscode'; /** * Called when VS Code launches the extension */ export declare function activate(context: vscode.ExtensionContext): void; /** * Called when VS Code shuts down the extension */ export declare function deactivate(): void; //# sourceMappingURL=extension.d.ts.map