import { TreeHelperConfig } from '../types';
export declare function treeToList<T = any>(tree: any, config?: Partial<TreeHelperConfig>): T;
