/** Utility type for Node.js file system errors to avoid `any` */ export interface NodeJSError extends Error { code?: string; }