import { DeleteNodeAction } from './types'; export declare const deleteNode: (draft: any, action: DeleteNodeAction) => void;