```ts Uncaught SyntaxError: The requested module 'pg' does not provide an export named 'Pool' import { Pool } from "pg"; ``` I get the above error for the below line ```ts // @deno-types="npm:@types/pg" import { Pool } from "pg"; ``` I have this in my import map ```ts "pg": "npm:pg@8.11.3", ``` deno 1.37.2 (release, aarch64-apple-darwin)