import { Command } from '@opensumi/ide-core-common'; export declare namespace CODE_SERVICE_COMMANDS { const BLAME: Command; const OPEN_IN_REMOTE: Command; const DEFAULT_BRANCH: Command; const BRANCH: Command; const REFS: Command; const COMMIT: Command; const COMMIT_DETAIL: Command; const COMMIT_COMPARE: Command; const COMMIT_FILE: Command; const GET_ENTRY_INFO: Command; const REMOTE_URL: Command; const CHECKOUT_BRANCH: Command; const CHECKOUT_COMMIT: Command; const CLIPBOARD: Command; const REPOSITORY: Command; const GETTREE: Command; const CREATECOMMIT: Command; const SEARCHFILES: Command; const GETFILES: Command; const GETUSER: Command; const SCMREFRESH: Command; const CREATENEWBRANCH: Command; const CHECKCONFLICT: Command; const RESOLVECONFLICT: Command; const GETCONFLICT: Command; const MERGEBASE: Command; const CREATEPR: Command; } //# sourceMappingURL=commands.d.ts.map