/// import type fs from 'fs/promises'; /** * Container for all the tools needed to manipulate with filesystem */ export type FilesystemTools = Pick;