type alias QueryInterceptorimport { type QueryInterceptor } from "https://deno.land/x/pg_mem@3.0.3/interfaces.ts"; definition: (query: string) => any[] | nil