I want to import Node's filesystem libraries and other utils I have. Currently SST gives the following error for top-level imports.
Your sst.config.ts has top level imports - this is not allowed
I understand this makes sense for stacks, but can we import Node built-in modules like fs and other third-party library utils at the top-level?