import { completePluginV2 } from "./completeV2"; export { defaultOptions, defaultCompleteOptions } from "./defaults"; export { completePluginKey, grammarSuggestPluginKey, getChangedRegions, setGrammarSuggestEnabled, setCompleteEnabled, } from "./utils"; export * from "./types"; export { getDiff } from "@emergence-engineering/fast-diff-merge"; export * from "./api"; export * from "./grammarSuggestV2"; export * from "./completeV2"; export * from "./autoComplete"; /** @deprecated Use completePluginV2 instead */ export declare const completePlugin: typeof completePluginV2; //# sourceMappingURL=index.d.ts.map