import { EditorInterface, SharedEditorSDK } from './types'; import { Channel } from './channel'; import { ConnectMessage } from './types/api.types'; export default function createEditor(channel: Channel, editorInterface: EditorInterface, editorData: Exclude): SharedEditorSDK['editor'];