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