import { SlateOperation } from "./SlateOperation"; export declare function isMutationOperation(operation: SlateOperation): boolean;