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