import type * as fs from "node:fs/promises"; export type PluginOptions = never; export type BufferEncoding = Extract[1], string>;