import { TreeNode } from '@tracktor/types-treege'; type Mock = { input: TreeNode; output: TreeNode; searchPath: string; }; declare const treeInCurrentTreeMock: Mock; declare const treeInMainTreeMock: Mock; declare const multiplTreeInMainTreeMock: Mock; declare const treeInTreeMock: Mock; declare const treeInDecisionMock: Mock; declare const complexeMockWithDecisionMock: Mock; export { treeInMainTreeMock, multiplTreeInMainTreeMock, treeInTreeMock, treeInDecisionMock, treeInCurrentTreeMock, complexeMockWithDecisionMock, };