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