/**
 * Converts the object/array to the string with tree structure
 */
declare function asTree(obj?: any): string;

export { asTree };
