export declare function getFlatDataFromTree({ treeData }: any): any[]; export declare const getParentKey: (key: any, tree: any) => any; export declare class LogicApi { logics: any[]; setLogics(logics: any[]): void; getMethodFromMethodList(id: string, _data?: any): any; }