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