export type FilesystemAdapterMethods = {
  readdir: Function;
  readfile: Function;
  writefile: Function;
  copy: Function;