/** * Vue composable for collaborative editing with CodeMirror. * Integrates @codemirror/collab with WebSocket communication. * * @returns {Object} Composable API */ export function useCollabEditor(): any; export const ROLE_EDITOR: "editor"; export const ROLE_OBSERVER: "observer"; export const PROTOCOL_VERSION: 2; export default useCollabEditor; //# sourceMappingURL=useCollabEditor.d.ts.map