import type { CrowdyStudioEditorAdapter, CrowdyStudioEditorCallbacks } from './editor.js'; /** * Target/file-aware fallback used when Monaco or the local Rust worker cannot * start. It edits the active source file directly; project tabs and explorer * continue to work and no JSON source blob is exposed. */ export declare function createTextareaCrowdyStudioEditor(host: HTMLElement, callbacks: CrowdyStudioEditorCallbacks): CrowdyStudioEditorAdapter; //# sourceMappingURL=textarea-editor.d.ts.map