interface BindServerResultimport { type BindServerResult } from "https://dotland.deno.dev/x/pg_mem@3.0.2/interfaces-private.ts"; PropertiespostgresConnectionString: stringconnectionSettings: { host: string; port: number; }Methodsclose(): void