export declare function getDirectoryStructure(root: string): Promise<{ files: Array; directories: Array; }>;