Proposal: Add `Effect.import` for Simplified Module Import
how do we feel about adding an
Effect.import which is just short hand for thisEffect.importconst { PGVectorStore } = yield* Effect.promise(() => import('./pg-vector-store.js'))