/** * @description * Returns all the absolute path (non deep) to the directories of the specified folder. */ export declare function getAbsolutePathToAllDirectoriesOfFolder(absolutePathToFolder: string): string[];