import { OnChange } from '../types/PlatePlugin/OnChange'; import { PlatePlugin } from '../types/PlatePlugin/PlatePlugin'; import { SPEditor } from '../types/SPEditor'; export declare const pipeOnChange: (editor: SPEditor, plugins?: PlatePlugin[]) => ReturnType; //# sourceMappingURL=pipeOnChange.d.ts.map