import { SlateOperation } from "./SlateOperation"; export declare function optimizeOperations(operations: SlateOperation[]): SlateOperation[];