import { Plugin, PluginKey } from "prosemirror-state"; import { CompleteV2State, CompleteV2Options } from "./types"; export declare const completeV2Key: PluginKey; /** * Create the complete V2 plugin */ export declare function completePluginV2(apiKey: string, options?: Partial): Plugin; //# sourceMappingURL=plugin.d.ts.map