interface FSImplementation Usage in Denoimport { type FSImplementation } from "node:fs"; Properties optional open: (...args: any[]) => any optional close: (...args: any[]) => any