import { StateField } from "@codemirror/state"; import { type DecorationSet, ViewPlugin, type ViewUpdate } from "@codemirror/view"; /** * The main twoslash plugin entry point: this bundles twoslashField * and the twoslashPlugin. This could be a non-function, but we expose * it as a function for consistency with the other methods. */ export declare const tsTwoslash: () => (StateField | ViewPlugin<{ update(update: ViewUpdate): void; }>)[]; //# sourceMappingURL=tsTwoslash.d.ts.map