import type * as monaco from 'monaco-editor';
import type { ICodeCompletionService } from './types';
export declare function registerCompletionCommands(monacoInstance: typeof monaco, completionService: ICodeCompletionService, editor: monaco.editor.IStandaloneCodeEditor): monaco.IDisposable[];
//# sourceMappingURL=registerCommands.d.ts.map