import { WithEditorFirstArg } from '../utils/types'; import { Editor } from '../interfaces/editor'; /** * Get the "dirty" paths generated from an operation. */ export declare const getDirtyPaths: WithEditorFirstArg; //# sourceMappingURL=get-dirty-paths.d.ts.map