export declare const MIND_TYPE: {
    NODE_ARRAY: string;
    NODE_TREE: string;
    FREE_MIND: string;
};
