/** @customConstructor getFS */
declare class getFS {
  constructor()
  update_path(path: string): string
}
