import { Editor } from "slate";
import { TypeOptions } from "../options";
export default function createUtils(opts: TypeOptions): {
    [x: string]: (editor: Editor) => any;
};
//# sourceMappingURL=index.d.ts.map