/** * @description * Returns an array with all the directory names (non deep) of the provided folder. */ export declare function getAllDirectoryNamesOfFolder(absolutePathToFolder: string): string[];