import type { CompletionItem } from '@pnpm/tabtab'; declare const getAutocompletion: (env: { complete: boolean; lastPartial: string; line: string; words: number; }, program: Record) => CompletionItem[] | undefined; export default getAutocompletion; //# sourceMappingURL=get-autocompletion.d.ts.map