import { readFileSync } from 'node:fs'; const nodeApi = { readFileSync, }; export type NodeApi = typeof nodeApi; export default nodeApi;