export declare const generateTree: ( dir: string, level?: number, treeString?: string, parent?: string ) => string;