import { Editor } from "slate";
import { TypeOptions } from "../options";
declare function createCommands(opts: TypeOptions): {
    removeAlign: (editor: Editor, align: string) => void | Editor;
    setAlign: (editor: Editor, align: string) => void | Editor;
};
export default createCommands;
//# sourceMappingURL=index.d.ts.map