import { Transform } from "prosemirror-transform";
export declare function simplifyTransform(tr: Transform): Transform<any>;
