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