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