Add some way to export or import codebases from other files for example ### Export ```ts export { foo } ``` ### Import ```go import ( "src/export.monkey") ```