export declare function transformTreeNodesWithConfig(object: any, config: any, scope?: {}, isParentNode?: boolean): Pick<any, string> | null;
