import type { Ace } from 'ace-builds';
import type { CollaborativeStr } from 'collaborative-editor';
export declare const bind: (str: () => CollaborativeStr, editor: Ace.Editor, polling?: boolean) => (() => void);
