declare const tree: (directory: string, indent?: string, excludeFolders?: string[], isLast?: boolean) => Promise<string>;
export default tree;
