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