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