import type { AutocompletionContext } from '@mongodb-js/mongodb-ts-autocomplete'; export declare function directCommandCompleter(context: AutocompletionContext, line: string): Promise;