export declare namespace Commands { const APPLY_WORKSPACE_EDIT = "_typescript.applyWorkspaceEdit"; const APPLY_CODE_ACTION = "_typescript.applyCodeAction"; const APPLY_REFACTORING = "_typescript.applyRefactoring"; const ORGANIZE_IMPORTS = "_typescript.organizeImports"; const APPLY_RENAME_FILE = "_typescript.applyRenameFile"; /** Commands below should be implemented by the client */ const APPLY_COMPLETION_CODE_ACTION = "_typescript.applyCompletionCodeAction"; const SELECT_REFACTORING = "_typescript.selectRefactoring"; } //# sourceMappingURL=commands.d.ts.map