export const fs = require("fs"); export function withGlobalFS(thunk: () => T): T { return thunk(); }