Functional type for reading a file's content.
typedef ReadFileFunction = String Function(String path);