interface FSImplementation Usage in Deno```typescript import { type FSImplementation } from "node:node__fs.d.ts"; ``` Properties optional open: (...args: any[]) => any optional close: (...args: any[]) => any