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