import { DataSource } from '@/types'; export declare const looseDataSourceToDataSource: (looseDataSource?: any) => any; /** * 查找节点 */ export declare const findNodeFromDataSource: