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